Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
muneebashraf
/
Image-caption-generator
like
0
Sleeping
App
Files
Files
Community
main
Image-caption-generator
/
app.py
muneebashraf
initial commit
c8b85af
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
96 Bytes
import
gradio
as
gr
gr.Interface.load(
"models/Salesforce/blip-image-captioning-large"
).launch()