Spaces:
Running
on
Zero
Running
on
Zero
gokaygokay
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -222,6 +222,9 @@ with gr.Blocks() as demo:
|
|
222 |
|
223 |
with gr.Column():
|
224 |
generated_image = gr.Image(label="Generated Asset", type="pil")
|
|
|
|
|
|
|
225 |
video_output = gr.Video(label="Generated 3D Asset", autoplay=True, loop=True)
|
226 |
model_output = LitModel3D(label="Extracted GLB/Gaussian")
|
227 |
|
|
|
222 |
|
223 |
with gr.Column():
|
224 |
generated_image = gr.Image(label="Generated Asset", type="pil")
|
225 |
+
|
226 |
+
with gr.Column():
|
227 |
+
|
228 |
video_output = gr.Video(label="Generated 3D Asset", autoplay=True, loop=True)
|
229 |
model_output = LitModel3D(label="Extracted GLB/Gaussian")
|
230 |
|