Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Tanish28
/
New_Space
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Tanish28
commited on
Feb 19
Commit
b8f7920
·
verified
·
1 Parent(s):
f4d0a4b
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -80,4 +80,4 @@ demo = gr.Interface(
80
)
81
82
# Launch the app
83
-
demo.launch()
80
)
81
82
# Launch the app
83
+
demo.launch(
share=True
)