Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
bageltoes
/
dandelin-vilt-b32-finetuned-vqa
like
0
Runtime error
App
Files
Files
Community
e75d03c
dandelin-vilt-b32-finetuned-vqa
/
app.py
bageltoes
initial commit
e75d03c
over 1 year ago
raw
Copy download link
history
blame
Safe
89 Bytes
import
gradio
as
gr
gr.Interface.load(
"models/dandelin/vilt-b32-finetuned-vqa"
).launch()