Commit
·
57d3d17
1
Parent(s):
1c22d3a
add new default preset
Browse files
app.py
CHANGED
@@ -1810,7 +1810,7 @@ with gr.Blocks(theme=gr.themes.Default(primary_hue="pink", secondary_hue="rose")
|
|
1810 |
with gr.Row():
|
1811 |
input_audio0 = gr.Dropdown(
|
1812 |
label="2.Choose the audio file.",
|
1813 |
-
value="./audios/
|
1814 |
choices=audio_files
|
1815 |
)
|
1816 |
audio_display = gr.Audio(value=input_audio0.value, label="Selected Audio File", type="filepath")
|
|
|
1810 |
with gr.Row():
|
1811 |
input_audio0 = gr.Dropdown(
|
1812 |
label="2.Choose the audio file.",
|
1813 |
+
value="./audios/calm.wav",
|
1814 |
choices=audio_files
|
1815 |
)
|
1816 |
audio_display = gr.Audio(value=input_audio0.value, label="Selected Audio File", type="filepath")
|