Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -112,6 +112,6 @@ if __name__ == "__main__":
|
|
| 112 |
iface = gr.Interface(
|
| 113 |
fn=train_step,
|
| 114 |
inputs=[gr.File(label="Upload CSV"), gr.Textbox()],
|
| 115 |
-
outputs=["text",
|
| 116 |
)
|
| 117 |
iface.launch()
|
|
|
|
| 112 |
iface = gr.Interface(
|
| 113 |
fn=train_step,
|
| 114 |
inputs=[gr.File(label="Upload CSV"), gr.Textbox()],
|
| 115 |
+
outputs=["text", gr.File()]
|
| 116 |
)
|
| 117 |
iface.launch()
|