Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -218,11 +218,11 @@ def make3d(images):
|
|
| 218 |
HEADER = """
|
| 219 |
# Generate 3D Assets for Roblox
|
| 220 |
With this Space, you can generate 3D Assets using AI for your Roblox game for free.
|
| 221 |
-
Simply follow the
|
| 222 |
1. Generate a 3D Mesh using an image model as input.
|
| 223 |
-
2. Simplify the Mesh to get lower polygon number
|
| 224 |
-
3.
|
| 225 |
-
|
| 226 |
We wrote a tutorial here
|
| 227 |
"""
|
| 228 |
|
|
|
|
| 218 |
HEADER = """
|
| 219 |
# Generate 3D Assets for Roblox
|
| 220 |
With this Space, you can generate 3D Assets using AI for your Roblox game for free.
|
| 221 |
+
Simply follow the 3 steps below.
|
| 222 |
1. Generate a 3D Mesh using an image model as input.
|
| 223 |
+
2. Simplify the Mesh to get lower polygon number.
|
| 224 |
+
3. Download the model and import it in Roblox.
|
| 225 |
+
|
| 226 |
We wrote a tutorial here
|
| 227 |
"""
|
| 228 |
|