yyang181 commited on
Commit
8b3e988
·
1 Parent(s): e4145db
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -432,10 +432,10 @@ with gr.Blocks() as demo:
432
  flip = gr.Checkbox(label="flip (--flip)", value=False)
433
  size = gr.Number(label="size (--size)", value=-1, precision=0)
434
 
435
- run_btn = gr.Button("开始着色 / Start Coloring(同进程调用 test.py / in-process)")
436
  with gr.Row():
437
  out_video = gr.Video(label="输出视频(着色结果) / Output (Colorized)", autoplay=True)
438
- status = gr.Textbox(label="状态 / 日志输出(test.py stdout/stderr) / Status & Logs", interactive=False, lines=16)
439
 
440
  run_btn.click(
441
  fn=gradio_infer,
 
432
  flip = gr.Checkbox(label="flip (--flip)", value=False)
433
  size = gr.Number(label="size (--size)", value=-1, precision=0)
434
 
435
+ run_btn = gr.Button("开始着色 / Start Coloring")
436
  with gr.Row():
437
  out_video = gr.Video(label="输出视频(着色结果) / Output (Colorized)", autoplay=True)
438
+ status = gr.Textbox(label="状态 / 日志输出 / Status & Logs", interactive=False, lines=16)
439
 
440
  run_btn.click(
441
  fn=gradio_infer,