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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -132,7 +132,8 @@ def main():
132
  return [audio_path, image_path]
133
  gr.Examples(
134
  examples=[load_example(example_choice)],
135
- inputs=[upload_driven_audio, source_image]
 
136
  )
137
  example_choice.change(set_upload, outputs=driven_audio_type)
138
 
 
132
  return [audio_path, image_path]
133
  gr.Examples(
134
  examples=[load_example(example_choice)],
135
+ inputs=[upload_driven_audio, source_image],
136
+ cache_examples = False
137
  )
138
  example_choice.change(set_upload, outputs=driven_audio_type)
139