LAP-DEV commited on
Commit
648472f
·
verified ·
1 Parent(s): ab4df96

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 file", 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]
 
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]