From 9de575c9be34534410626f8089c89cbe22a89e2a Mon Sep 17 00:00:00 2001 From: memoryunreal <814514103@qq.com> Date: Thu, 13 Apr 2023 14:47:08 +0000 Subject: [PATCH] app_v1 --- app.py | 8 -------- 1 file changed, 8 deletions(-) diff --git a/app.py b/app.py index cc5a75e..8618238 100644 --- a/app.py +++ b/app.py @@ -14,7 +14,6 @@ with gr.Blocks() as iface: with gr.Row(): with gr.Column(scale=1.0): seg_automask_video_file = gr.Video().style(height=720) - gr.Video.g seg_automask_video_file.play(fn=play_video) seg_automask_video_file.pause(fn=pause_video) with gr.Row(): @@ -77,13 +76,6 @@ with gr.Blocks() as iface: # outputs=[output_video], # ) - - - - - - - iface.queue(concurrency_count=1) iface.launch(debug=True, enable_queue=True, server_port=12212, server_name="0.0.0.0")