Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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()
|