ThomasSimonini HF staff commited on
Commit
4574bb0
1 Parent(s): dbbb9d0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
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 4 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. (Optional) make the Mesh more smooth
225
- 4. Get the Material
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