LAP-DEV commited on
Commit
8606704
·
verified ·
1 Parent(s): f6d5298

Update app.py

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