LAP-DEV commited on
Commit
18a379b
·
verified ·
1 Parent(s): 7751d84

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -328,7 +328,7 @@ class App:
328
  with gr.Row():
329
  with gr.Column(scale=4):
330
  #tb_indicator = gr.Textbox(label="Output preview (Always review output generated by AI models)", show_copy_button=True, show_label=True)
331
- tb_indicator = gr.Dataframe(label="Output preview (Always review output generated by AI models)", headers=["Text"], show_search="search", show_label=True, show_copy_button=True, show_fullscreen_button=True, interactive=False)
332
  with gr.Column(scale=1):
333
  tb_info = gr.Textbox(label="Output info", interactive=False, show_copy_button=True)
334
  files_subtitles = gr.Files(label="Output data", interactive=False, file_count="multiple")
 
328
  with gr.Row():
329
  with gr.Column(scale=4):
330
  #tb_indicator = gr.Textbox(label="Output preview (Always review output generated by AI models)", show_copy_button=True, show_label=True)
331
+ tb_indicator = gr.Dataframe(label="Output preview (Always review output generated by AI models)", headers=["Time","Speaker","Text"], show_search="search", wrap=True, show_label=True, show_copy_button=True, show_fullscreen_button=True, interactive=False)
332
  with gr.Column(scale=1):
333
  tb_info = gr.Textbox(label="Output info", interactive=False, show_copy_button=True)
334
  files_subtitles = gr.Files(label="Output data", interactive=False, file_count="multiple")