Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ahella
/
Project
like
0
Sleeping
App
Files
Files
Community
ahella
commited on
Aug 20, 2024
Commit
19bffa9
•
1 Parent(s):
321fd68
Upload 2 files
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -41,4 +41,4 @@ iface = gr.Interface(
41
)
42
43
# Launch the interface
44
-
iface.launch()
41
)
42
43
# Launch the interface
44
+
iface.launch(
share=True
)