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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -291,9 +291,9 @@ with gr.Blocks(css=css) as demo:
291
 
292
  with gr.Row():
293
  with gr.Column():
 
294
  video_inp = gr.Video(label="video_input")
295
-
296
- gr.Markdown("请点击页面最左下方视频", elem_id="hint")
297
  #with gr.Row():
298
  # video_id = gr.Textbox(value="", placeholder="Download video url", show_label=False)
299
  # vidsub_btn = gr.Button("上传网站视频")
@@ -310,7 +310,7 @@ with gr.Blocks(css=css) as demo:
310
  btn_clear_conversation = gr.Button("🔃 开始新的对话")
311
 
312
  with gr.Column():
313
- vlog_btn = gr.Button("点击此处,查看视频日志(请耐心等待60左右)")
314
  vlog_outp = gr.Textbox(label="Document output", lines=60)
315
  total_tokens_str = gr.Markdown(elem_id="total_tokens_str")
316
 
 
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():
298
  # video_id = gr.Textbox(value="", placeholder="Download video url", show_label=False)
299
  # vidsub_btn = gr.Button("上传网站视频")
 
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