Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -94,7 +94,7 @@ def process(image, bg):
|
|
| 94 |
return image
|
| 95 |
|
| 96 |
|
| 97 |
-
with gr.Blocks(theme=gr.themes.Ocean(
|
| 98 |
with gr.Row():
|
| 99 |
in_video = gr.Video(label="Input Video")
|
| 100 |
stream_image = gr.Image(label="Streaming Output", visible=False)
|
|
|
|
| 94 |
return image
|
| 95 |
|
| 96 |
|
| 97 |
+
with gr.Blocks(theme=gr.themes.Ocean()) as demo:
|
| 98 |
with gr.Row():
|
| 99 |
in_video = gr.Video(label="Input Video")
|
| 100 |
stream_image = gr.Image(label="Streaming Output", visible=False)
|