Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -279,7 +279,7 @@ with gr.Blocks() as demo:
|
|
| 279 |
|
| 280 |
|
| 281 |
if on_huggingspace:
|
| 282 |
-
demo.queue(max_size=
|
| 283 |
demo.launch(debug=True)
|
| 284 |
else:
|
| 285 |
demo.queue(api_open=False).launch(share=args.public_access)
|
|
|
|
| 279 |
|
| 280 |
|
| 281 |
if on_huggingspace:
|
| 282 |
+
demo.queue(max_size=10)
|
| 283 |
demo.launch(debug=True)
|
| 284 |
else:
|
| 285 |
demo.queue(api_open=False).launch(share=args.public_access)
|