Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
pluniak
/
blib-image-captioning
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Philipp Luniak
commited on
Apr 22, 2024
Commit
d1a4d76
·
verified
·
1 Parent(s):
6176c35
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(
share=True
)
13
inputs=gr.Image(type='pil'),
14
outputs="text")
15
16
+
iface.launch()