Spaces:
Running
on
Zero
Running
on
Zero
PUM4CH3N
commited on
Commit
·
47a7175
1
Parent(s):
653000f
app.py
CHANGED
@@ -216,9 +216,9 @@ with gr.Blocks(delete_cache=(600, 600)) as demo:
|
|
216 |
video_output = gr.Video(label="Generated 3D Asset", autoplay=True, loop=True, height=300)
|
217 |
model_output = LitModel3D(label="Extracted GLB/Gaussian", exposure=10.0, height=300)
|
218 |
|
219 |
-
|
220 |
-
|
221 |
-
|
222 |
|
223 |
output_buf = gr.State()
|
224 |
|
|
|
216 |
video_output = gr.Video(label="Generated 3D Asset", autoplay=True, loop=True, height=300)
|
217 |
model_output = LitModel3D(label="Extracted GLB/Gaussian", exposure=10.0, height=300)
|
218 |
|
219 |
+
with gr.Row():
|
220 |
+
download_glb = gr.DownloadButton(label="Download GLB", interactive=False)
|
221 |
+
download_gs = gr.DownloadButton(label="Download Gaussian", interactive=False)
|
222 |
|
223 |
output_buf = gr.State()
|
224 |
|