Spaces:
Runtime error
Runtime error
Change api endpoint name
Browse files
app.py
CHANGED
|
@@ -9,6 +9,7 @@ iface = gr.Interface(
|
|
| 9 |
gr.Textbox(label="Project Data"),
|
| 10 |
gr.Textbox(label="Question")
|
| 11 |
],
|
|
|
|
| 12 |
outputs="text"
|
| 13 |
)
|
| 14 |
|
|
|
|
| 9 |
gr.Textbox(label="Project Data"),
|
| 10 |
gr.Textbox(label="Question")
|
| 11 |
],
|
| 12 |
+
api_name="/analyze",
|
| 13 |
outputs="text"
|
| 14 |
)
|
| 15 |
|