Spaces:
Paused
Paused
Update web-demos/hugging_face/app.py
Browse files
web-demos/hugging_face/app.py
CHANGED
@@ -677,4 +677,4 @@ with gr.Blocks(theme=gr.themes.Monochrome(), css=css) as iface:
|
|
677 |
gr.Markdown(article)
|
678 |
|
679 |
iface.queue(concurrency_count=1)
|
680 |
-
iface.launch(
|
|
|
677 |
gr.Markdown(article)
|
678 |
|
679 |
iface.queue(concurrency_count=1)
|
680 |
+
iface.launch(share=True)
|