Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -313,13 +313,13 @@ with gr.Blocks() as demo:
|
|
313 |
interactive=False
|
314 |
)
|
315 |
|
316 |
-
|
317 |
-
|
318 |
-
|
319 |
-
|
320 |
-
|
321 |
-
|
322 |
-
|
323 |
|
324 |
with gr.Row():
|
325 |
with gr.Tab("OBJ"):
|
|
|
313 |
interactive=False
|
314 |
)
|
315 |
|
316 |
+
with gr.Column():
|
317 |
+
output_video = gr.Video(
|
318 |
+
label="video", format="mp4",
|
319 |
+
width=500,
|
320 |
+
autoplay=True,
|
321 |
+
interactive=False
|
322 |
+
)
|
323 |
|
324 |
with gr.Row():
|
325 |
with gr.Tab("OBJ"):
|