Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -159,7 +159,7 @@ with gr.Blocks(delete_cache=(600, 600)) as demo:
|
|
159 |
|
160 |
with gr.Column():
|
161 |
video_output = gr.Video(label="Generated 3D Asset", autoplay=True, loop=True, height=300)
|
162 |
-
model_output = gr.Model3D(label="Extracted GLB",
|
163 |
download_glb = gr.DownloadButton(label="Download GLB", interactive=False)
|
164 |
|
165 |
output_buf = gr.State()
|
|
|
159 |
|
160 |
with gr.Column():
|
161 |
video_output = gr.Video(label="Generated 3D Asset", autoplay=True, loop=True, height=300)
|
162 |
+
model_output = gr.Model3D(label="Extracted GLB", height=300)
|
163 |
download_glb = gr.DownloadButton(label="Download GLB", interactive=False)
|
164 |
|
165 |
output_buf = gr.State()
|