Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -168,5 +168,5 @@ with gr.Blocks(theme="Nymbo/Nymbo_Theme") as demo:
|
|
168 |
print("Setting up queue...")
|
169 |
demo.queue(default_concurrency_limit=200,)
|
170 |
print("Launching Gradio interface...")
|
171 |
-
demo.launch(share=
|
172 |
print("Gradio interface launched successfully.")
|
|
|
168 |
print("Setting up queue...")
|
169 |
demo.queue(default_concurrency_limit=200,)
|
170 |
print("Launching Gradio interface...")
|
171 |
+
demo.launch(share=True, show_api=False, max_threads=400)
|
172 |
print("Gradio interface launched successfully.")
|