Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
asutosh09
/
Mus_proj1
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
asutosh09
commited on
Apr 30, 2024
Commit
7f613cb
·
verified
·
1 Parent(s):
8bee1ff
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -30,6 +30,7 @@ demo = gr.Interface(
30
31
cache_examples=True,
32
allow_flagging="never",
33
)
34
35
demo.launch()
30
31
cache_examples=True,
32
allow_flagging="never",
33
+
share=True
34
)
35
36
demo.launch()