Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
SaiKumar1627
/
Project2
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
SaiKumar1627
commited on
Feb 18
Commit
04c74e2
·
verified
·
1 Parent(s):
77a1307
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-1
app.py
CHANGED
Viewed
@@ -33,4 +33,5 @@ iface = gr.Interface(
33
)
34
35
# Launch Gradio App
36
-
iface.launch()
33
)
34
35
# Launch Gradio App
36
+
iface.launch(
share=True
)
37
+