Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Sreekan
/
FirstPoC
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Sreekan
commited on
Feb 5
Commit
eec8b9f
·
verified
·
1 Parent(s):
3879be6
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -455,7 +455,7 @@ iface = gr.Interface(
455
)
456
457
if __name__ == "__main__":
458
-
iface.launch()
459
460
461
455
)
456
457
if __name__ == "__main__":
458
+
iface.launch(
share=True
)
459
460
461