Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -243,6 +243,6 @@ with demo:
|
|
243 |
|
244 |
|
245 |
# Launch the Gradio app
|
246 |
-
demo.launch(share=True,
|
247 |
|
248 |
print('launched\n\n')
|
|
|
243 |
|
244 |
|
245 |
# Launch the Gradio app
|
246 |
+
demo.launch(share=True,enable_queue=False)
|
247 |
|
248 |
print('launched\n\n')
|