Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
merve/OWLSAM
svjack
/
OWLSAM
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
svjack
commited on
May 5
Commit
75076bc
·
verified
·
1 Parent(s):
a9c476e
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -67,4 +67,4 @@ demo = gr.Interface(
67
],
68
cache_examples=True
69
)
70
-
demo.launch(debug=True)
67
],
68
cache_examples=True
69
)
70
+
demo.launch(debug=True
, share = True
)