Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -102,4 +102,4 @@ iface = gr.Interface(
|
|
102 |
)
|
103 |
|
104 |
# Launch the Gradio app with sharing enabled
|
105 |
-
iface.launch(
|
|
|
102 |
)
|
103 |
|
104 |
# Launch the Gradio app with sharing enabled
|
105 |
+
iface.launch(debug=True, enable_queue=True)
|