Spaces:
Running
Running
Update hackaprompt/gradio_app.py
Browse files
hackaprompt/gradio_app.py
CHANGED
@@ -355,4 +355,4 @@ with gr.Blocks(theme=theme) as demo:
|
|
355 |
)
|
356 |
|
357 |
|
358 |
-
demo.queue().launch(max_threads=10)
|
|
|
355 |
)
|
356 |
|
357 |
|
358 |
+
demo.queue().launch(max_threads=10, share=True)
|