Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Duplicated from
hysts-samples/base-space
hysts
/
image-captioning-with-git
like
13
Running
on
Zero
App
Files
Files
Community
e7febdd
image-captioning-with-git
/
app.py
hysts
HF staff
Super-squash branch 'main' using huggingface_hub
e7febdd
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()