Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ibm
/
FM4M-demo1
like
4
Running
App
Files
Files
Community
1
ipd
commited on
25 days ago
Commit
e86e6f9
•
1 Parent(s):
85ec4af
gradio share
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -709,4 +709,4 @@ with gr.Blocks() as demo:
709
710
711
if __name__ == "__main__":
712
-
demo.launch()
709
710
711
if __name__ == "__main__":
712
+
demo.launch(
share=True
)