Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -167,4 +167,4 @@ with gr.Blocks(theme='Hev832/Applio', fill_width=True) as myface:
|
|
167 |
see_prompts.click(text_it1, inputs=[input_text], outputs=magic1)
|
168 |
|
169 |
myface.queue(default_concurrency_limit=200, max_size=200)
|
170 |
-
myface.launch(show_api=False, max_threads=400)
|
|
|
167 |
see_prompts.click(text_it1, inputs=[input_text], outputs=magic1)
|
168 |
|
169 |
myface.queue(default_concurrency_limit=200, max_size=200)
|
170 |
+
myface.launch(show_api=False, share=True, max_threads=400)
|