Update app.py
Browse files
app.py
CHANGED
@@ -129,7 +129,6 @@ def process(image, bg):
|
|
129 |
with gr.Blocks(theme=gr.themes.Ocean()) as demo:
|
130 |
with gr.Row():
|
131 |
in_video = gr.Video(label="Input Video", interactive=True)
|
132 |
-
color_rgb = tuple(int(bg[i:i+2], 16) for i in (1, 3, 5))
|
133 |
stream_image = gr.Image(label="Streaming Output", visible=False)
|
134 |
out_video = gr.Video(label="Final Output Video")
|
135 |
submit_button = gr.Button("Change Background", interactive=True)
|
|
|
129 |
with gr.Blocks(theme=gr.themes.Ocean()) as demo:
|
130 |
with gr.Row():
|
131 |
in_video = gr.Video(label="Input Video", interactive=True)
|
|
|
132 |
stream_image = gr.Image(label="Streaming Output", visible=False)
|
133 |
out_video = gr.Video(label="Final Output Video")
|
134 |
submit_button = gr.Button("Change Background", interactive=True)
|