Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
whyumesh
/
vision_v1
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
whyumesh
commited on
Oct 2, 2024
Commit
478042e
·
verified
·
1 Parent(s):
d056716
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -128,4 +128,4 @@ iface = gr.Interface(
128
)
129
130
if __name__ == "__main__":
131
-
iface.launch()
128
)
129
130
if __name__ == "__main__":
131
+
iface.launch(
share=True
)