Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
prakashkota
/
blip-image-captioning-api
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
prakashkota
commited on
Mar 17
Commit
587af10
·
verified
·
1 Parent(s):
256bd41
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -22,5 +22,5 @@ iface = gr.Interface(launch,
22
inputs=gr.Image(type='pil'),
23
outputs="text")
24
25
-
iface.launch()
26
22
inputs=gr.Image(type='pil'),
23
outputs="text")
24
25
+
iface.launch(
share=True
)
26