Update app.py
Browse files
app.py
CHANGED
@@ -319,7 +319,7 @@ class App:
|
|
319 |
visible=self.args.colab,
|
320 |
value="")
|
321 |
|
322 |
-
whisper_params, input_multi, input_file_audio, input_file_video, input_file_multi, dd_file_format, cb_timestamp_file, cb_translate_output, dd_translate_model, dd_target_lang, cb_timestamp_preview = self.create_whisper_parameters()
|
323 |
|
324 |
with gr.Row():
|
325 |
btn_run = gr.Button("Transcribe", variant="primary")
|
|
|
319 |
visible=self.args.colab,
|
320 |
value="")
|
321 |
|
322 |
+
whisper_params, input_multi, input_file_audio, input_file_video, input_file_multi, dd_file_format, cb_timestamp_file, cb_translate_output, dd_translate_model, dd_target_lang, cb_timestamp_preview, cb_diarize = self.create_whisper_parameters()
|
323 |
|
324 |
with gr.Row():
|
325 |
btn_run = gr.Button("Transcribe", variant="primary")
|