Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
disable postprocess
Browse files
app.py
CHANGED
@@ -764,7 +764,7 @@ with gr.Blocks(css=css, head=js) as iface:
|
|
764 |
)
|
765 |
|
766 |
with gr.Column(scale=2, elem_id="video-column"):
|
767 |
-
video_output = gr.Video(label="Video", elem_id="video-player"
|
768 |
filmstrip_output = gr.HTML(elem_id="filmstrip-container")
|
769 |
|
770 |
with gr.Row(elem_id="scrollable-content"):
|
|
|
764 |
)
|
765 |
|
766 |
with gr.Column(scale=2, elem_id="video-column"):
|
767 |
+
video_output = gr.Video(label="Video", elem_id="video-player")
|
768 |
filmstrip_output = gr.HTML(elem_id="filmstrip-container")
|
769 |
|
770 |
with gr.Row(elem_id="scrollable-content"):
|