Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
smartfeed
/
xl_fb
like
0
Running
on
Zero
App
Files
Files
Community
2a2d3ad
xl_fb
/
app.py
zhiweili
initial commit
df4ab84
6 days 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()