Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
smartfeed
/
image_hd
like
1
Running
on
Zero
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
f590c37
image_hd
/
app.py
zhiweili
change to app enhance
3eebd45
about 1 month ago
raw
Copy download link
history
blame
Safe
228 Bytes
import
gradio
as
gr
from
app_enhance
import
create_demo
as
create_demo_enhance
with
gr.Blocks(css=
"style.css"
)
as
demo:
with
gr.Tabs():
with
gr.Tab(label=
"Enhance"
):
create_demo_enhance()
demo.launch()