Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -120,8 +120,8 @@ with gr.Blocks(css=css) as demo:
|
|
| 120 |
|
| 121 |
with gr.Column():
|
| 122 |
result = gr.Textbox(label="Result")
|
| 123 |
-
res_masked = gr.Video()
|
| 124 |
-
res_files = gr.Video()
|
| 125 |
|
| 126 |
|
| 127 |
|
|
|
|
| 120 |
|
| 121 |
with gr.Column():
|
| 122 |
result = gr.Textbox(label="Result")
|
| 123 |
+
res_masked = gr.Video(label="Masked video")
|
| 124 |
+
res_files = gr.Video(label="Final result")
|
| 125 |
|
| 126 |
|
| 127 |
|