ThomasSimonini HF staff commited on
Commit
3a46e93
1 Parent(s): abeb197

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -2
app.py CHANGED
@@ -1,8 +1,12 @@
1
  import gradio as gr
2
 
3
  HEADER = """
4
- # Generate 3D Assets for Roblox
5
- With this Space, you can generate 3D Assets using AI for your Roblox game for free.
 
 
 
 
6
  Simply follow the 3 steps below.
7
  1. Generate a 3D Mesh using an image model as input.
8
  2. Simplify the Mesh to get lower polygon number.
 
1
  import gradio as gr
2
 
3
  HEADER = """
4
+ # Generate 3D Assets for Roblox
5
+
6
+ ADD Illustration
7
+
8
+ Here, you can generate 3D Assets using AI for your Roblox game for free.
9
+
10
  Simply follow the 3 steps below.
11
  1. Generate a 3D Mesh using an image model as input.
12
  2. Simplify the Mesh to get lower polygon number.