Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Ahmed235
/
final
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Ahmed235
commited on
Mar 2, 2024
Commit
6e4c777
·
verified
·
1 Parent(s):
9d6950e
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -54,4 +54,4 @@ iface = gr.Interface(
54
)
55
56
# Deploy the Gradio interface
57
-
iface.launch()
54
)
55
56
# Deploy the Gradio interface
57
+
iface.launch(
share=True
)