ThomasSimonini HF staff commited on
Commit
56a2918
1 Parent(s): a17b4ff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -4
app.py CHANGED
@@ -3,12 +3,14 @@ import gradio as gr
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
 
 
3
  HEADER = """
4
  # Generate 3D Assets for Roblox 🪄
5
 
 
 
 
6
  Here, you can **generate 3D Assets using AI for your Roblox game for free**. (high-poly or low-poly).
7
 
8
+ Some examples of generated assets (video by InstantMesh Team):
9
+ <video width="640" height="360" controls>
10
+ <source src="./assets/vid/examples.mp4" type="video/mp4">
11
+ </video>
12
+
13
+ We **wrote a tutorial to help you generating assets and importing it in your Roblox Games** ➡️ ADD TUTORIAL LINK
14
 
15
  """
16