Julian Bilcke commited on
Commit
ea30e1a
·
1 Parent(s): 76840a6
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -763,9 +763,9 @@ with gr.Blocks(title="OmniAvatar - Lipsynced Avatar Video Generation") as app:
763
  gr.Examples(
764
  examples=[
765
  [
766
- "examples/images/0000.jpeg",
767
- "examples/audios/0000.MP3",
768
- "A professional woman giving a presentation with confident gestures"
769
  ],
770
  ],
771
  inputs=[reference_image, audio_file, text_prompt],
 
763
  gr.Examples(
764
  examples=[
765
  [
766
+ "examples/images/demo1.jpg",
767
+ "examples/audios/demo2.mp3",
768
+ "An arrogant and gloomy wizard explains something in a grave tone"
769
  ],
770
  ],
771
  inputs=[reference_image, audio_file, text_prompt],