Spaces:
Running
on
Zero
Running
on
Zero
gokaygokay
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -224,7 +224,7 @@ with gr.Blocks() as demo:
|
|
224 |
with gr.Column():
|
225 |
|
226 |
video_output = gr.Video(label="Generated 3D Asset", autoplay=True, loop=True)
|
227 |
-
model_output = LitModel3D(label="Extracted GLB/Gaussian", exposure=
|
228 |
|
229 |
with gr.Row():
|
230 |
download_glb = gr.DownloadButton(label="Download GLB", interactive=False)
|
|
|
224 |
with gr.Column():
|
225 |
|
226 |
video_output = gr.Video(label="Generated 3D Asset", autoplay=True, loop=True)
|
227 |
+
model_output = LitModel3D(label="Extracted GLB/Gaussian", exposure=8.0)
|
228 |
|
229 |
with gr.Row():
|
230 |
download_glb = gr.DownloadButton(label="Download GLB", interactive=False)
|