Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
hojining
/
Ultra_Fast_Anything_V4k_resolution
like
20
Runtime error
App
Files
Files
Community
2
Fetching metadata from the HF Docker repository...
685ca02
Ultra_Fast_Anything_V4k_resolution
/
app.py
hojining
Update app.py
685ca02
over 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://25113acb-3e8f-411b.gradio.live/" style="width:100%; height:400px;"></iframe>"""
)
demo.launch()