ThomasSimonini HF staff commited on
Commit
a1984ed
1 Parent(s): 9b40a06

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -5
app.py CHANGED
@@ -3,7 +3,7 @@ import gradio as gr
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>
@@ -14,14 +14,11 @@ We **wrote a tutorial to help you generating assets and importing it in your Rob
14
 
15
  If you like the tool, please click on the like button ❤️.
16
 
17
- *Usage information*: For now, we defined a **free usage quota of 2 to 3 3D mesh generation/mesh optimization per hour** per user (it can vary based on the inference time).
18
- So if you’ve reached the limit, **you’ll need to wait 1 hour before being able to generate a new 3D Mesh**. If you're [PRO User](https://huggingface.co/pricing#pro) you can generate up to 7 meshes per hour.
19
-
20
  """
21
 
22
  with gr.Blocks() as demo:
23
  gr.Markdown(HEADER)
24
  gr.load("ThomasSimonini/InstantMeshForRoblox", src="spaces")
25
- gr.load("ThomasSimonini/MeshAnythingV2ForRoblox", src="spaces")
26
 
27
  demo.launch(show_error=True)
 
3
  HEADER = """
4
  # Generate 3D Assets for Roblox 🪄
5
 
6
+ Here, you can **generate 3D Assets using AI for your Roblox game for free**.
7
 
8
  Some examples of generated assets (video by InstantMesh Team):
9
  <video width="640" height="360" controls>
 
14
 
15
  If you like the tool, please click on the like button ❤️.
16
 
 
 
 
17
  """
18
 
19
  with gr.Blocks() as demo:
20
  gr.Markdown(HEADER)
21
  gr.load("ThomasSimonini/InstantMeshForRoblox", src="spaces")
22
+ #gr.load("ThomasSimonini/MeshAnythingV2ForRoblox", src="spaces")
23
 
24
  demo.launch(show_error=True)