Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -309,17 +309,15 @@ with gr.Blocks() as demo:
|
|
309 |
mv_show_images = gr.Image(
|
310 |
label="Generated Multi-views",
|
311 |
type="pil",
|
312 |
-
width=
|
313 |
interactive=False
|
314 |
)
|
315 |
|
316 |
-
with gr.Column():
|
317 |
-
|
318 |
-
|
319 |
-
|
320 |
-
|
321 |
-
interactive=False
|
322 |
-
)
|
323 |
|
324 |
with gr.Row():
|
325 |
with gr.Tab("OBJ"):
|
|
|
309 |
mv_show_images = gr.Image(
|
310 |
label="Generated Multi-views",
|
311 |
type="pil",
|
312 |
+
width=1000,
|
313 |
interactive=False
|
314 |
)
|
315 |
|
316 |
+
#with gr.Column():
|
317 |
+
# label="video", format="mp4",
|
318 |
+
# autoplay=True,
|
319 |
+
# interactive=False
|
320 |
+
# )
|
|
|
|
|
321 |
|
322 |
with gr.Row():
|
323 |
with gr.Tab("OBJ"):
|