Spaces:
Paused
Paused
Julian Bilcke
commited on
Commit
·
ea30e1a
1
Parent(s):
76840a6
up
Browse files
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/
|
| 767 |
-
"examples/audios/
|
| 768 |
-
"
|
| 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],
|