Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -141,10 +141,13 @@ with gr.Blocks() as demo:
|
|
141 |
)
|
142 |
|
143 |
|
144 |
-
demo.launch(
|
145 |
-
|
146 |
-
|
147 |
-
|
148 |
-
|
149 |
-
|
150 |
-
)
|
|
|
|
|
|
|
|
141 |
)
|
142 |
|
143 |
|
144 |
+
# demo.launch(
|
145 |
+
# share=False,
|
146 |
+
# inbrowser=True,
|
147 |
+
# server_port=7950,
|
148 |
+
# server_name="0.0.0.0",
|
149 |
+
# max_threads=40
|
150 |
+
# )
|
151 |
+
|
152 |
+
demo.launch(share=True)
|
153 |
+
demo.queue(default_concurrency_limit=40).launch(share=True)
|