Spaces:
Runtime error
Runtime error
Commit ·
3d8816a
1
Parent(s): b273369
Update app.py
Browse files
app.py
CHANGED
|
@@ -161,6 +161,6 @@ gr.Interface(
|
|
| 161 |
button_text="Go!",
|
| 162 |
button_color="#333333",
|
| 163 |
outputs=[
|
| 164 |
-
"json", "text",
|
| 165 |
],
|
| 166 |
live=True).launch()
|
|
|
|
| 161 |
button_text="Go!",
|
| 162 |
button_color="#333333",
|
| 163 |
outputs=[
|
| 164 |
+
"json", "text", "file"
|
| 165 |
],
|
| 166 |
live=True).launch()
|