Spaces:
Configuration error
Configuration error
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
|
| 436 |
with gr.Row():
|
| 437 |
out_video = gr.Video(label="输出视频(着色结果) / Output (Colorized)", autoplay=True)
|
| 438 |
-
status = gr.Textbox(label="状态 / 日志输出
|
| 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,
|