Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
rayl-aoit
/
blip-image-captioning-api
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
rayl-aoit
commited on
Jun 21, 2024
Commit
78eba82
·
verified
·
1 Parent(s):
14e5d6e
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -12,4 +12,5 @@ iface = gr.Interface(launch,
12
inputs=gr.Image(type='pil'),
13
outputs="text")
14
15
iface.launch()
12
inputs=gr.Image(type='pil'),
13
outputs="text")
14
15
+
16
iface.launch()