Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ruhullah1
/
image-captioning
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Ruhullah Shaikh
commited on
Apr 1, 2024
Commit
0ae6ee5
·
verified
·
1 Parent(s):
5dc45ef
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()