Update app.py
Browse files
app.py
CHANGED
@@ -33,7 +33,7 @@ with gr.Blocks(title="🔊",theme=gr.themes.Base(primary_hue="rose",neutral_hue=
|
|
33 |
with gr.Row():
|
34 |
input_audio0 = gr.Dropdown(
|
35 |
label="Input Path",
|
36 |
-
value=paths_for_files('audios')[0]
|
37 |
choices=paths_for_files('audios'), # Only show absolute paths for audio files ending in .mp3, .wav, .flac or .ogg
|
38 |
allow_custom_value=True
|
39 |
)
|
|
|
33 |
with gr.Row():
|
34 |
input_audio0 = gr.Dropdown(
|
35 |
label="Input Path",
|
36 |
+
value=paths_for_files('audios')[0],
|
37 |
choices=paths_for_files('audios'), # Only show absolute paths for audio files ending in .mp3, .wav, .flac or .ogg
|
38 |
allow_custom_value=True
|
39 |
)
|