Update app.py
Browse files
app.py
CHANGED
@@ -330,7 +330,7 @@ class App:
|
|
330 |
files_subtitles = gr.Files(label="Output data", interactive=False, file_count="multiple")
|
331 |
# btn_openfolder = gr.Button('📂', scale=1)
|
332 |
|
333 |
-
params = [input_file, tb_input_folder, dd_file_format, cb_timestamp_file, cb_translate_output, dd_translate_model, dd_target_lang, cb_timestamp_preview]
|
334 |
|
335 |
btn_run.click(fn=self.whisper_inf.transcribe_file,
|
336 |
inputs=params + whisper_params.as_list(),
|
|
|
330 |
files_subtitles = gr.Files(label="Output data", interactive=False, file_count="multiple")
|
331 |
# btn_openfolder = gr.Button('📂', scale=1)
|
332 |
|
333 |
+
params = [input_file, input_file_multi, input_multi, tb_input_folder, dd_file_format, cb_timestamp_file, cb_translate_output, dd_translate_model, dd_target_lang, cb_timestamp_preview]
|
334 |
|
335 |
btn_run.click(fn=self.whisper_inf.transcribe_file,
|
336 |
inputs=params + whisper_params.as_list(),
|