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