Spaces:
Running
on
Zero
Running
on
Zero
JianyuanWang
commited on
Commit
•
05a1947
1
Parent(s):
1f8b395
update app
Browse files
app.py
CHANGED
@@ -345,6 +345,6 @@ with gr.Blocks() as demo:
|
|
345 |
)
|
346 |
|
347 |
# demo.launch(debug=True, share=True)
|
348 |
-
demo.queue(max_size=20).launch(show_error=True)
|
349 |
# demo.queue(max_size=20, concurrency_count=1).launch(debug=True, share=True)
|
350 |
########################################################################################################################
|
|
|
345 |
)
|
346 |
|
347 |
# demo.launch(debug=True, share=True)
|
348 |
+
demo.queue(max_size=20).launch(show_error=True, share=True)
|
349 |
# demo.queue(max_size=20, concurrency_count=1).launch(debug=True, share=True)
|
350 |
########################################################################################################################
|