Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -32,4 +32,4 @@ iface = gr.Interface(
|
|
| 32 |
|
| 33 |
# Launch the Gradio app
|
| 34 |
if __name__ == "__main__":
|
| 35 |
-
iface.queue(
|
|
|
|
| 32 |
|
| 33 |
# Launch the Gradio app
|
| 34 |
if __name__ == "__main__":
|
| 35 |
+
iface.queue(max_size=20).launch(share=True,debug=True)
|