Spaces:
Runtime error
Runtime error
Commit
•
3a46e93
1
Parent(s):
abeb197
Update app.py
Browse files
app.py
CHANGED
@@ -1,8 +1,12 @@
|
|
1 |
import gradio as gr
|
2 |
|
3 |
HEADER = """
|
4 |
-
# Generate 3D Assets for Roblox
|
5 |
-
|
|
|
|
|
|
|
|
|
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.
|