Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -1697,7 +1697,7 @@ with gr.Blocks(theme=gr.themes.Ocean(), css="""
|
|
| 1697 |
example_audio_dropdown = gr.Dropdown(
|
| 1698 |
choices=files_display,
|
| 1699 |
label="Reference Audio (from examples)",
|
| 1700 |
-
value=files_display[
|
| 1701 |
interactive=True
|
| 1702 |
)
|
| 1703 |
|
|
|
|
| 1697 |
example_audio_dropdown = gr.Dropdown(
|
| 1698 |
choices=files_display,
|
| 1699 |
label="Reference Audio (from examples)",
|
| 1700 |
+
value=files_display[6] if files_display else None,
|
| 1701 |
interactive=True
|
| 1702 |
)
|
| 1703 |
|