Blane187 commited on
Commit
a2cc42f
·
verified ·
1 Parent(s): 6ae93d8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
  )