Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
preston-cell
/
image-text-to-text
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
preston-cell
commited on
Mar 21
Commit
cbd5ff0
·
verified
·
1 Parent(s):
954a581
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -30,4 +30,4 @@ iface = gr.Interface(
30
description="Upload an image to hear its context narrated aloud."
31
)
32
33
-
iface.launch()
30
description="Upload an image to hear its context narrated aloud."
31
)
32
33
+
iface.launch(
share=True
)