This commit is contained in:
memoryunreal
2023-04-13 14:47:08 +00:00
parent 0618c12d63
commit 9de575c9be

8
app.py
View File

@@ -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")