Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
MuhammadHijazii
/
blip-image-captioning
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
MuhammadHijazii
commited on
Oct 17, 2024
Commit
880f1ee
·
verified
·
1 Parent(s):
eef57b3
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-0
app.py
CHANGED
Viewed
@@ -12,3 +12,5 @@ def launch(input):
12
iface = gr.Interface(launch,
13
inputs=gr.Image(type='pil'),
14
outputs="text")
12
iface = gr.Interface(launch,
13
inputs=gr.Image(type='pil'),
14
outputs="text")
15
+
16
+
iface.launch()