Spaces:
Running
on
T4
Running
on
T4
PKUWilliamYang
commited on
Commit
•
bf6a25e
1
Parent(s):
8059447
Update app.py
Browse files
app.py
CHANGED
@@ -263,10 +263,10 @@ def main():
|
|
263 |
outputs=[aligned_video, instyle, input_info])
|
264 |
|
265 |
toonify_button.click(fn=model.image_toonify,
|
266 |
-
inputs=[aligned_face, instyle, exstyle, style_degree],
|
267 |
outputs=[result_face, output_info])
|
268 |
vtoonify_button.click(fn=model.video_tooniy,
|
269 |
-
inputs=[aligned_video, instyle, exstyle, style_degree],
|
270 |
outputs=[result_video, output_info])
|
271 |
|
272 |
|
|
|
263 |
outputs=[aligned_video, instyle, input_info])
|
264 |
|
265 |
toonify_button.click(fn=model.image_toonify,
|
266 |
+
inputs=[aligned_face, instyle, exstyle, style_degree, style_type],
|
267 |
outputs=[result_face, output_info])
|
268 |
vtoonify_button.click(fn=model.video_tooniy,
|
269 |
+
inputs=[aligned_video, instyle, exstyle, style_degree, style_type],
|
270 |
outputs=[result_video, output_info])
|
271 |
|
272 |
|