Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
smartfeed
/
optimize
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
688a239
optimize
/
app.py
zhiweili
test onediff
f4babe0
4 months ago
raw
Copy download link
history
blame
Safe
219 Bytes
import
gradio
as
gr
from
app_onediff
import
create_demo
as
create_demo_face
with
gr.Blocks(css=
"style.css"
)
as
demo:
with
gr.Tabs():
with
gr.Tab(label=
"Face"
):
create_demo_face()
demo.launch()