Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
iamtejanb
/
blip-image-captioning
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
iamtejanb
commited on
Jan 14, 2025
Commit
b51552b
·
verified
·
1 Parent(s):
194de36
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -13,4 +13,4 @@ iface = gr.Interface(launch,
13
inputs=gr.Image(type='pil'),
14
outputs="text")
15
16
-
iface.launch()
13
inputs=gr.Image(type='pil'),
14
outputs="text")
15
16
+
iface.launch(
share=True
)