alexnasa commited on
Commit
82bcbe5
·
verified ·
1 Parent(s): 2e85d0c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -346,6 +346,7 @@ with gr.Blocks(css=css) as demo:
346
  gr.Markdown("**REFERENCE IMAGES**")
347
 
348
  img_input = gr.Gallery(
 
349
  show_label=False,
350
  label="",
351
  interactive=True,
@@ -356,6 +357,7 @@ with gr.Blocks(css=css) as demo:
356
  gr.Markdown("**LIPSYNC AUDIO**")
357
 
358
  audio_input = gr.Audio(
 
359
  sources=["upload"],
360
  show_label=False,
361
  type="filepath",
 
346
  gr.Markdown("**REFERENCE IMAGES**")
347
 
348
  img_input = gr.Gallery(
349
+ value=["./examples/ali.png"],
350
  show_label=False,
351
  label="",
352
  interactive=True,
 
357
  gr.Markdown("**LIPSYNC AUDIO**")
358
 
359
  audio_input = gr.Audio(
360
+ value="./examples/life.wav",
361
  sources=["upload"],
362
  show_label=False,
363
  type="filepath",