fffiloni commited on
Commit
2f99004
·
verified ·
1 Parent(s): 8662aa2

Update gradio_app.py

Browse files
Files changed (1) hide show
  1. gradio_app.py +2 -1
gradio_app.py CHANGED
@@ -401,7 +401,8 @@ with gr.Blocks() as demo:
401
  ["example/source_image/WDA_BenCardin1_000.png", "example/source_image/WDA_BenCardin1_000.wav"],
402
 
403
  ],
404
- inputs = [source_image, driven_audio]
 
405
  )
406
 
407
  with gr.Column():
 
401
  ["example/source_image/WDA_BenCardin1_000.png", "example/source_image/WDA_BenCardin1_000.wav"],
402
 
403
  ],
404
+ inputs = [source_image, driven_audio],
405
+ cache_examples = Falsep
406
  )
407
 
408
  with gr.Column():