Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
hysts/image-captioning-with-git
Straits
/
si43-imgcap-git
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
e7febdd
si43-imgcap-git
/
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()