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