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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -14,6 +14,9 @@ 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
  """
18
 
19
  with gr.Blocks() as demo:
 
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: