Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
|