Spaces:
Sleeping
Sleeping
Update webui.py
Browse files
webui.py
CHANGED
|
@@ -398,7 +398,7 @@ def render_interface() -> gr.Blocks:
|
|
| 398 |
interactive=True,
|
| 399 |
)
|
| 400 |
gr.Examples(
|
| 401 |
-
examples=["happy_birthday.
|
| 402 |
inputs=[target_audio]
|
| 403 |
)
|
| 404 |
with gr.Row():
|
|
|
|
| 398 |
interactive=True,
|
| 399 |
)
|
| 400 |
gr.Examples(
|
| 401 |
+
examples=["happy_birthday.mp3"],
|
| 402 |
inputs=[target_audio]
|
| 403 |
)
|
| 404 |
with gr.Row():
|