Update app.py
Browse files
app.py
CHANGED
@@ -280,7 +280,7 @@ class App:
|
|
280 |
tb_indicator = gr.Textbox(label="Output preview", scale=1)
|
281 |
with gr.Column(scale=1):
|
282 |
tb_info = gr.Textbox(label="Output info", interactive=False, scale=1)
|
283 |
-
files_subtitles = gr.Files(label="Output
|
284 |
# btn_openfolder = gr.Button('📂', scale=1)
|
285 |
|
286 |
params = [input_file, tb_input_folder, dd_file_format, cb_timestamp]
|
|
|
280 |
tb_indicator = gr.Textbox(label="Output preview", scale=1)
|
281 |
with gr.Column(scale=1):
|
282 |
tb_info = gr.Textbox(label="Output info", interactive=False, scale=1)
|
283 |
+
files_subtitles = gr.Files(label="Output data", interactive=False, scale=1,file_count="multiple")
|
284 |
# btn_openfolder = gr.Button('📂', scale=1)
|
285 |
|
286 |
params = [input_file, tb_input_folder, dd_file_format, cb_timestamp]
|