diff --git a/README.md b/README.md
index 71d2151..bee2a5b 100644
--- a/README.md
+++ b/README.md
@@ -52,6 +52,8 @@ You can choose between two backends for the GPT agent:
[](https://huggingface.co/spaces/HorizonRobotics/EmbodiedGen-Image-to-3D) Generate physically plausible 3D asset from input image.
+
+
### Service
Run the image-to-3D generation service locally. The first run will download required models.
@@ -80,6 +82,8 @@ python3 embodied_gen/scripts/imageto3d.py \
[](https://huggingface.co/spaces/HorizonRobotics/EmbodiedGen-Text-to-3D) Create 3D assets from text descriptions for a wide range of geometry and styles.
+
+
### Service
Run the text-to-3D generation service locally.
@@ -102,6 +106,9 @@ bash embodied_gen/scripts/textto3d.sh \
[](https://huggingface.co/spaces/HorizonRobotics/EmbodiedGen-Texture-Gen) Generate visually rich textures for 3D mesh.
+
+
+
### Service
Run the texture generation service locally.
@@ -125,6 +132,8 @@ bash embodied_gen/scripts/texture_gen.sh \
🚧 *Coming Soon*
+
+
---
@@ -132,6 +141,9 @@ bash embodied_gen/scripts/texture_gen.sh \
🚧 *Coming Soon*
+
+
+
---
diff --git a/apps/assets/articulate.gif b/apps/assets/articulate.gif
new file mode 100644
index 0000000..4ba2202
Binary files /dev/null and b/apps/assets/articulate.gif differ
diff --git a/apps/assets/image_to_3d.jpg b/apps/assets/image_to_3d.jpg
new file mode 100644
index 0000000..6bdf27b
Binary files /dev/null and b/apps/assets/image_to_3d.jpg differ
diff --git a/apps/assets/scene3d.gif b/apps/assets/scene3d.gif
new file mode 100644
index 0000000..0ca98c5
Binary files /dev/null and b/apps/assets/scene3d.gif differ
diff --git a/apps/assets/text_to_3d.jpg b/apps/assets/text_to_3d.jpg
new file mode 100644
index 0000000..32b9eba
Binary files /dev/null and b/apps/assets/text_to_3d.jpg differ
diff --git a/apps/assets/texture_gen.jpg b/apps/assets/texture_gen.jpg
new file mode 100644
index 0000000..1e37d23
Binary files /dev/null and b/apps/assets/texture_gen.jpg differ