fffiloni commited on
Commit
99c10ee
·
verified ·
1 Parent(s): 7cd0a52

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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)