dj86 commited on
Commit
e921080
1 Parent(s): 579143c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -318,7 +318,7 @@ with gr.Blocks(css=css) as demo:
318
 
319
  with gr.Column():
320
  vlog_btn = gr.Button("Step 2: 查看视频日志(请耐心等待70秒左右)")
321
- vlog_outp = gr.Textbox(label="Document output", lines=50)
322
  total_tokens_str = gr.Markdown(elem_id="total_tokens_str")
323
 
324
 
 
318
 
319
  with gr.Column():
320
  vlog_btn = gr.Button("Step 2: 查看视频日志(请耐心等待70秒左右)")
321
+ vlog_outp = gr.Textbox(label="Document output", lines=70)
322
  total_tokens_str = gr.Markdown(elem_id="total_tokens_str")
323
 
324