Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
psinha823
/
Major_project
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
psinha823
commited on
Jun 24, 2024
Commit
2f62ccf
·
verified
·
1 Parent(s):
8e3bc0e
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -40,4 +40,4 @@ iface = gr.Interface(
40
)
41
42
# Launch the interface
43
-
iface.launch()
40
)
41
42
# Launch the interface
43
+
iface.launch(
share=True
)