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...
a1553b6
optimize
/
app.py
zhiweili
test onediff
a1553b6
4 months ago
raw
Copy download link
history
blame
Safe
216 Bytes
import
gradio
as
gr
from
app_base
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()