dj86 commited on
Commit
a79638f
1 Parent(s): 454c757

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -291,7 +291,7 @@ with gr.Blocks(css=css) as demo:
291
 
292
  with gr.Row():
293
  with gr.Column():
294
- gr.Markdown("请在页面最左下方选取视频", elem_id="hint")
295
  video_inp = gr.Video(label="video_input")
296
 
297
  #with gr.Row():
@@ -310,8 +310,8 @@ with gr.Blocks(css=css) as demo:
310
  btn_clear_conversation = gr.Button("🔃 开始新的对话")
311
 
312
  with gr.Column():
313
- vlog_btn = gr.Button("点击此处,查看视频日志(请耐心等待70秒左右)")
314
- vlog_outp = gr.Textbox(label="Document output", lines=60)
315
  total_tokens_str = gr.Markdown(elem_id="total_tokens_str")
316
 
317
  gr.Markdown("请点击下方视频(任意选择一个视频进行播放)", elem_id="hint")
 
291
 
292
  with gr.Row():
293
  with gr.Column():
294
+ gr.Markdown("Step 1: 请在页面最左下方选取视频", elem_id="hint")
295
  video_inp = gr.Video(label="video_input")
296
 
297
  #with gr.Row():
 
310
  btn_clear_conversation = gr.Button("🔃 开始新的对话")
311
 
312
  with gr.Column():
313
+ vlog_btn = gr.Button("Step 2: 查看视频日志(请耐心等待70秒左右)")
314
+ vlog_outp = gr.Textbox(label="Document output", lines=50)
315
  total_tokens_str = gr.Markdown(elem_id="total_tokens_str")
316
 
317
  gr.Markdown("请点击下方视频(任意选择一个视频进行播放)", elem_id="hint")