Update app.py
Browse files
app.py
CHANGED
|
@@ -305,7 +305,7 @@ class App:
|
|
| 305 |
with gr.TabItem("Process a single file"):
|
| 306 |
input_file = gr.Audio(type='filepath', elem_id="audio_input", show_download_button=True)
|
| 307 |
with gr.TabItem("Process multiple files"):
|
| 308 |
-
input_file_multi = gr.Files(label="Upload
|
| 309 |
|
| 310 |
tb_input_folder = gr.Textbox(label="Input Folder Path (Optional)",
|
| 311 |
info="Optional: Specify the folder path where the input files are located, if you prefer to use local files instead of uploading them."
|
|
|
|
| 305 |
with gr.TabItem("Process a single file"):
|
| 306 |
input_file = gr.Audio(type='filepath', elem_id="audio_input", show_download_button=True)
|
| 307 |
with gr.TabItem("Process multiple files"):
|
| 308 |
+
input_file_multi = gr.Files(label="Upload one or more audio/video files here", elem_id="audio_input", type='filepath', file_count="multiple", file_types=["audio","video"])
|
| 309 |
|
| 310 |
tb_input_folder = gr.Textbox(label="Input Folder Path (Optional)",
|
| 311 |
info="Optional: Specify the folder path where the input files are located, if you prefer to use local files instead of uploading them."
|