Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
hysts/image-captioning-with-git
unography
/
image-captioning-with-longcap
like
11
Running
on
Zero
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
e7febdd
image-captioning-with-longcap
/
app.py
hysts
HF staff
Super-squash branch 'main' using huggingface_hub
e7febdd
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()