YinuoGuo27 commited on
Commit
f4abed3
·
verified ·
1 Parent(s): 5d0fbe4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -130,7 +130,7 @@ def main():
130
  audio_path = example.get("audio", "")
131
  image_path = example.get("image", "")
132
  return [audio_path, image_path]
133
- example_choice.change(
134
  examples=[load_example(example_choice)],
135
  inputs=[upload_driven_audio, source_image]
136
  )
 
130
  audio_path = example.get("audio", "")
131
  image_path = example.get("image", "")
132
  return [audio_path, image_path]
133
+ gr.Examples(
134
  examples=[load_example(example_choice)],
135
  inputs=[upload_driven_audio, source_image]
136
  )