Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -455,7 +455,7 @@ def build_demo(embed_mode):
|
|
455 |
], inputs=[imagebox, textbox], label='Image Examples')
|
456 |
gr.Examples(examples=[
|
457 |
["./examples/emo-speech/write_a_poem.jfif", "./examples/emo-speech/write_a_poem.wav"],
|
458 |
-
["./examples/emo-speech/I_am_happy_get_my_offer.
|
459 |
["./examples/structure-speech/names_of_main_actors.jpg", "./examples/structure-speech/names_of_main_actors.wav"],
|
460 |
], inputs=[imagebox, audio_input], label='Omni Examples 1')
|
461 |
gr.Examples(examples=[
|
|
|
455 |
], inputs=[imagebox, textbox], label='Image Examples')
|
456 |
gr.Examples(examples=[
|
457 |
["./examples/emo-speech/write_a_poem.jfif", "./examples/emo-speech/write_a_poem.wav"],
|
458 |
+
["./examples/emo-speech/I_am_happy_get_my_offer.png", "./examples/emo-speech/I_am_happy_get_my_offer.wav"],
|
459 |
["./examples/structure-speech/names_of_main_actors.jpg", "./examples/structure-speech/names_of_main_actors.wav"],
|
460 |
], inputs=[imagebox, audio_input], label='Omni Examples 1')
|
461 |
gr.Examples(examples=[
|