Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
hysts-samples/base-space
hysts
/
InstructBLIP
like
26
Running
on
Zero
App
Files
Files
Community
2
d4d8571
InstructBLIP
/
app.py
hysts
HF staff
Super-squash branch 'main' using huggingface_hub
d4d8571
about 1 year ago
raw
Copy download link
history
blame
Safe
133 Bytes
#!/usr/bin/env python
import
gradio
as
gr
with
gr.Blocks()
as
demo:
pass
if
__name__ ==
"__main__"
:
demo.queue().launch()