Spaces:
Paused
Paused
Update web-demos/hugging_face/app.py
Browse files
web-demos/hugging_face/app.py
CHANGED
@@ -676,5 +676,6 @@ with gr.Blocks(theme=gr.themes.Monochrome(), css=css) as iface:
|
|
676 |
)
|
677 |
gr.Markdown(article)
|
678 |
|
679 |
-
|
680 |
-
iface.
|
|
|
|
676 |
)
|
677 |
gr.Markdown(article)
|
678 |
|
679 |
+
if __name__ == "__main__":
|
680 |
+
iface.queue()
|
681 |
+
iface.launch(share=True, ssr_mode=False)
|