Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
NeurixYUFI/img2txt
Nymbo
/
Cap
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
4188c3b
Cap
/
app.py
ehristoforu
Update app.py
4188c3b
over 1 year ago
raw
Copy download link
history
blame
Safe
167 Bytes
import
gradio
as
gr
gr.Interface.load(
"models/Salesforce/blip-image-captioning-large"
, title=
" "
).launch(share=
False
, debug=
False
, show_error=
False
, show_api=
False
)