Spaces:
Sleeping
Sleeping
fix errror on width
Browse files
app.py
CHANGED
@@ -56,7 +56,9 @@ with gr.Blocks(title="World-in-World: Building a Closed-Loop World Interface to
|
|
56 |
# Adjust image/video sizes for better layout
|
57 |
gr.Video("/home/user/app/demo_source_data/AR/FTwan21_lora/X7HyMhZNoso/E145/A001/world_model_gen/bbox_gen_video_1.mp4", label="Left Image", width=480)
|
58 |
gr.Image("/home/user/app/demo_source_data/AR/FTwan21_lora/X7HyMhZNoso/E145/A001/real_obs.png", label="Bird Eye View", type="pil", width=480)
|
59 |
-
gr.
|
|
|
|
|
60 |
|
61 |
with gr.TabItem("📊 Leaderboard"):
|
62 |
leaderboard_table = gr.DataFrame(
|
|
|
56 |
# Adjust image/video sizes for better layout
|
57 |
gr.Video("/home/user/app/demo_source_data/AR/FTwan21_lora/X7HyMhZNoso/E145/A001/world_model_gen/bbox_gen_video_1.mp4", label="Left Image", width=480)
|
58 |
gr.Image("/home/user/app/demo_source_data/AR/FTwan21_lora/X7HyMhZNoso/E145/A001/real_obs.png", label="Bird Eye View", type="pil", width=480)
|
59 |
+
gr.HTML("<h4 style='text-align: center;'>3D Scene:</h4>")
|
60 |
+
with gr.Column(scale=1):
|
61 |
+
gr.Model3D("/home/user/app/demo_source_data/scenes_glb/5ZKStnWn8Zo.glb", label="3D Scene")
|
62 |
|
63 |
with gr.TabItem("📊 Leaderboard"):
|
64 |
leaderboard_table = gr.DataFrame(
|