RamAnanth1 commited on
Commit
c75b82b
1 Parent(s): a66310f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -59,7 +59,8 @@ demo = gr.Interface(
59
  fn=run,
60
  inputs=[gr.Image(type="pil"),gr.Textbox(label="Model Name")],
61
  outputs=gr.Model3D(label="3D Model"),
62
- api_name="synthesize"
 
63
  )
64
 
65
  demo.launch()
 
59
  fn=run,
60
  inputs=[gr.Image(type="pil"),gr.Textbox(label="Model Name")],
61
  outputs=gr.Model3D(label="3D Model"),
62
+ api_name="synthesize",
63
+ description="Router for the [3D Arena space](https://huggingface.co/spaces/RamAnanth1/3D-Arena) that does most of the generation"
64
  )
65
 
66
  demo.launch()