Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -589,7 +589,7 @@ with gr.Blocks(title="Self-Forcing Streaming Demo") as demo:
|
|
589 |
with gr.Column(scale=3):
|
590 |
gr.Markdown("### 📺 Video Stream")
|
591 |
|
592 |
-
|
593 |
|
594 |
status_display = gr.HTML(
|
595 |
value=(
|
|
|
589 |
with gr.Column(scale=3):
|
590 |
gr.Markdown("### 📺 Video Stream")
|
591 |
|
592 |
+
streaming_video.render()
|
593 |
|
594 |
status_display = gr.HTML(
|
595 |
value=(
|