Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Nepjune
/
Project_image_captioning_blip
like
0
Runtime error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
Nepjune
commited on
Feb 15, 2024
Commit
c8345b4
·
verified
·
1 Parent(s):
fd548fb
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-2
app.py
CHANGED
Viewed
@@ -33,5 +33,4 @@ demo = gr.Interface(
33
gr.Button("Convert to Audio", play_audio),
34
]
35
)
36
-
demo.launch()
37
-
33
gr.Button("Convert to Audio", play_audio),
34
]
35
)
36
+
demo.launch(
share=True
)