Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -284,7 +284,7 @@ def main(args):
|
|
284 |
|
285 |
|
286 |
# demo.launch(server_name='0.0.0.0', share=False, server_port=args.port)
|
287 |
-
demo.queue(concurrency_count=1, max_size=10)
|
288 |
demo.launch()
|
289 |
|
290 |
|
|
|
284 |
|
285 |
|
286 |
# demo.launch(server_name='0.0.0.0', share=False, server_port=args.port)
|
287 |
+
# demo.queue(concurrency_count=1, max_size=10)
|
288 |
demo.launch()
|
289 |
|
290 |
|