LAP-DEV commited on
Commit
ead1bcb
·
verified ·
1 Parent(s): b494503

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -265,7 +265,7 @@ class App:
265
  with gr.Column():
266
  #input_file = gr.Files(type="filepath", label="Upload File here")
267
  #input_file = gr.File(type="filepath", label="Upload audio/video file here")
268
- input_file = gr.Audio(type='filepath', elem_id="audio_input")
269
  tb_input_folder = gr.Textbox(label="Input Folder Path (Optional)",
270
  info="Optional: Specify the folder path where the input files are located, if you prefer to use local files instead of uploading them."
271
  " Leave this field empty if you do not wish to use a local path.",
 
265
  with gr.Column():
266
  #input_file = gr.Files(type="filepath", label="Upload File here")
267
  #input_file = gr.File(type="filepath", label="Upload audio/video file here")
268
+ input_file = gr.Audio(type='filepath', elem_id="audio_input", show_download_button=True)
269
  tb_input_folder = gr.Textbox(label="Input Folder Path (Optional)",
270
  info="Optional: Specify the folder path where the input files are located, if you prefer to use local files instead of uploading them."
271
  " Leave this field empty if you do not wish to use a local path.",