Spaces:
Runtime error
Runtime error
Commit ·
814abf9
1
Parent(s): c4f92b6
Update app.py
Browse files
app.py
CHANGED
|
@@ -60,4 +60,4 @@ def download(text):
|
|
| 60 |
iface = gr.Interface(fn=download,
|
| 61 |
inputs=["text"],
|
| 62 |
outputs=["file", "text"])
|
| 63 |
-
iface.launch(
|
|
|
|
| 60 |
iface = gr.Interface(fn=download,
|
| 61 |
inputs=["text"],
|
| 62 |
outputs=["file", "text"])
|
| 63 |
+
iface.launch()
|