Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
hysts/InstructBLIP
jbilcke-hf
/
image-caption-server
like
1
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
d4d8571
image-caption-server
/
app.py
hysts
HF Staff
Super-squash branch 'main' using huggingface_hub
d4d8571
over 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()