Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -38,9 +38,9 @@ def gpu_wrapped_execute_s_video(*args, **kwargs):
|
|
38 |
return gradio_pipeline.execute_s_video(*args, **kwargs)
|
39 |
|
40 |
# assets
|
41 |
-
title_md = "assets/gradio_title.md"
|
42 |
-
example_portrait_dir = "assets/examples/source"
|
43 |
-
example_video_dir = "assets/examples/driving"
|
44 |
|
45 |
source_video_input = gr.Video(label="Portrait Video Source", scale=8)
|
46 |
video_input = gr.Video(label="Driving Portrait Video", scale=8)
|
|
|
38 |
return gradio_pipeline.execute_s_video(*args, **kwargs)
|
39 |
|
40 |
# assets
|
41 |
+
title_md = "./assets/gradio_title.md"
|
42 |
+
example_portrait_dir = "./assets/examples/source"
|
43 |
+
example_video_dir = "./assets/examples/driving"
|
44 |
|
45 |
source_video_input = gr.Video(label="Portrait Video Source", scale=8)
|
46 |
video_input = gr.Video(label="Driving Portrait Video", scale=8)
|