Spaces:
Sleeping
Sleeping
PKUWilliamYang
commited on
Commit
•
b716e0c
1
Parent(s):
017816c
Update app.py
Browse files
app.py
CHANGED
@@ -87,11 +87,11 @@ def main():
|
|
87 |
with gr.TabItem('Image Face Toonify'):
|
88 |
create_demo_toonify(model.process_toonify)
|
89 |
with gr.TabItem('Video Face Toonify'):
|
90 |
-
create_demo_vtoonify(model.process_vtoonify, max_frame_num=
|
91 |
with gr.TabItem('Image Face Editing'):
|
92 |
create_demo_editing(model.process_editing)
|
93 |
with gr.TabItem('Video Face Editing'):
|
94 |
-
create_demo_vediting(model.process_vediting, max_frame_num=
|
95 |
with gr.TabItem('Sketch2Face'):
|
96 |
create_demo_s2f(model.process_s2f)
|
97 |
with gr.TabItem('Mask2Face'):
|
|
|
87 |
with gr.TabItem('Image Face Toonify'):
|
88 |
create_demo_toonify(model.process_toonify)
|
89 |
with gr.TabItem('Video Face Toonify'):
|
90 |
+
create_demo_vtoonify(model.process_vtoonify, max_frame_num=12)
|
91 |
with gr.TabItem('Image Face Editing'):
|
92 |
create_demo_editing(model.process_editing)
|
93 |
with gr.TabItem('Video Face Editing'):
|
94 |
+
create_demo_vediting(model.process_vediting, max_frame_num=12)
|
95 |
with gr.TabItem('Sketch2Face'):
|
96 |
create_demo_s2f(model.process_s2f)
|
97 |
with gr.TabItem('Mask2Face'):
|