Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
rdlf
/
susenho
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
rdlf
commited on
17 days ago
Commit
219595f
·
verified
·
1 Parent(s):
6481074
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -40,4 +40,4 @@ demo = gr.Interface(
40
)
41
42
if __name__ == "__main__":
43
-
demo.launch()
40
)
41
42
if __name__ == "__main__":
43
+
demo.launch(
share=True
)