Spaces:
Sleeping
Sleeping
Reverted to returning a text instead of textbox
Browse files
app.py
CHANGED
|
@@ -37,7 +37,7 @@ iface = gr.Interface(
|
|
| 37 |
gr.Textbox(label="Project Data", lines=2),
|
| 38 |
gr.Textbox(label="Question", lines=1)
|
| 39 |
],
|
| 40 |
-
outputs=
|
| 41 |
api_name="analyze"
|
| 42 |
)
|
| 43 |
|
|
|
|
| 37 |
gr.Textbox(label="Project Data", lines=2),
|
| 38 |
gr.Textbox(label="Question", lines=1)
|
| 39 |
],
|
| 40 |
+
outputs="text",
|
| 41 |
api_name="analyze"
|
| 42 |
)
|
| 43 |
|