Update app.py
Browse files
app.py
CHANGED
@@ -330,6 +330,10 @@ class App:
|
|
330 |
files_subtitles = gr.Files(label="Output data", interactive=False, file_count="multiple")
|
331 |
# btn_openfolder = gr.Button('📂', scale=1)
|
332 |
|
|
|
|
|
|
|
|
|
333 |
if input_file.visible:
|
334 |
params = [input_file, tb_input_folder, dd_file_format, cb_timestamp_file, cb_translate_output, dd_translate_model, dd_target_lang, cb_timestamp_preview]
|
335 |
else:
|
|
|
330 |
files_subtitles = gr.Files(label="Output data", interactive=False, file_count="multiple")
|
331 |
# btn_openfolder = gr.Button('📂', scale=1)
|
332 |
|
333 |
+
print("********************************")
|
334 |
+
print(str(input_multi))
|
335 |
+
print(str(input_file.visible))
|
336 |
+
print(str(input_file_multi.visible))
|
337 |
if input_file.visible:
|
338 |
params = [input_file, tb_input_folder, dd_file_format, cb_timestamp_file, cb_translate_output, dd_translate_model, dd_target_lang, cb_timestamp_preview]
|
339 |
else:
|