Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -347,6 +347,6 @@ with gr.Blocks() as demo:
|
|
347 |
)
|
348 |
|
349 |
# demo.launch(debug=True, share=True)
|
350 |
-
demo.queue(max_size=20).launch(show_error=True
|
351 |
# demo.queue(max_size=20, concurrency_count=1).launch(debug=True, share=True)
|
352 |
########################################################################################################################
|
|
|
347 |
)
|
348 |
|
349 |
# demo.launch(debug=True, share=True)
|
350 |
+
demo.queue(max_size=20).launch(show_error=True)
|
351 |
# demo.queue(max_size=20, concurrency_count=1).launch(debug=True, share=True)
|
352 |
########################################################################################################################
|