Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -432,4 +432,4 @@ iface = gr.Interface(
|
|
| 432 |
],
|
| 433 |
outputs=gr.File(label="Download Excel")
|
| 434 |
)
|
| 435 |
-
iface.launch(prevent_thread_lock=True)
|
|
|
|
| 432 |
],
|
| 433 |
outputs=gr.File(label="Download Excel")
|
| 434 |
)
|
| 435 |
+
iface.launch(prevent_thread_lock=True)
|