Spaces:
Runtime error
Runtime error
Commit
•
fab4931
1
Parent(s):
1b4ceaa
Update app.py
Browse files
app.py
CHANGED
@@ -1,19 +1,16 @@
|
|
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 |
-
|
11 |
-
1. Generate a 3D Mesh using an image model as input.
|
12 |
-
2. Simplify the Mesh to get lower polygon number.
|
13 |
-
3. Download the model and import it in Roblox.
|
14 |
-
We wrote a tutorial here
|
15 |
-
"""
|
16 |
|
|
|
17 |
|
18 |
with gr.Blocks() as demo:
|
19 |
gr.Markdown(HEADER)
|
|
|
1 |
import gradio as gr
|
2 |
|
3 |
HEADER = """
|
4 |
+
# Generate 3D Assets for Roblox 🪄
|
5 |
|
6 |
ADD Illustration
|
7 |
+
Generated 3D meshes with Instant Meshes
|
8 |
|
9 |
+
Here, you can **generate 3D Assets using AI for your Roblox game for free**. (high-poly or low-poly).
|
10 |
|
11 |
+
We wrote a tutorial ➡️ ADD TUTORIAL LINK
|
|
|
|
|
|
|
|
|
|
|
12 |
|
13 |
+
"""
|
14 |
|
15 |
with gr.Blocks() as demo:
|
16 |
gr.Markdown(HEADER)
|