Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -393,8 +393,7 @@ with gr.Blocks() as demo:
|
|
| 393 |
"Generate",
|
| 394 |
)
|
| 395 |
|
| 396 |
-
with gr.Column(scale=1):
|
| 397 |
-
|
| 398 |
output_video = gr.Video(
|
| 399 |
label="Generated Video",
|
| 400 |
height=400
|
|
|
|
| 393 |
"Generate",
|
| 394 |
)
|
| 395 |
|
| 396 |
+
with gr.Column(scale=1):
|
|
|
|
| 397 |
output_video = gr.Video(
|
| 398 |
label="Generated Video",
|
| 399 |
height=400
|