Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
smlparry
/
Salesforce-blip-image-captioning-large-pub
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
smlparry
commited on
Jun 22, 2023
Commit
9e75797
·
1 Parent(s):
8c1b50b
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -1,3 +1,3 @@
1
import gradio as gr
2
3
-
gr.Interface.load("models/Salesforce/blip-image-captioning-large").launch(
share=True
)
1
import gradio as gr
2
3
+
gr.Interface.load("models/Salesforce/blip-image-captioning-large").launch()