Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
hojining
/
Ultra_Fast_Anything_V4k_resolution
like
20
Running
App
Files
Files
Community
2
Fetching metadata from the HF Docker repository...
5e3b4b4
Ultra_Fast_Anything_V4k_resolution
/
app.py
hojining
Create app.py
5e3b4b4
about 2 years ago
raw
Copy download link
history
blame
178 Bytes
import
gradio
as
gr
with
gr.Blocks()
as
demo:
gr.HTML(
"""<iframe src="https://2bc96648-a4dc-4f66.gradio.live" style="width:100%; height:1000px;"></iframe>"""
)
demo.launch()