Spaces:
Running
Running
Update appli.py
Browse files
appli.py
CHANGED
@@ -54,6 +54,5 @@ with gr.Blocks() as demo:
|
|
54 |
concurrency_limit=10
|
55 |
)
|
56 |
|
57 |
-
demo.launch(server_name="0.0.0.0")
|
58 |
-
|
59 |
-
#demo.queue().launch()
|
|
|
54 |
concurrency_limit=10
|
55 |
)
|
56 |
|
57 |
+
#demo.launch(server_name="0.0.0.0")
|
58 |
+
demo.queue().launch()
|
|