Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -453,7 +453,7 @@ with gr.Blocks(delete_cache=(600, 600)) as demo:
|
|
| 453 |
|
| 454 |
with gr.Column():
|
| 455 |
video_output = gr.Video(label="Generated 3D Asset", autoplay=True, loop=True, height=300)
|
| 456 |
-
image_prompt_processed = ImageSlider(label="processed sketch", interactive=False, type="pil", height=
|
| 457 |
model_output = LitModel3D(label="Extracted GLB/Gaussian", exposure=10.0, height=300)
|
| 458 |
|
| 459 |
with gr.Row():
|
|
|
|
| 453 |
|
| 454 |
with gr.Column():
|
| 455 |
video_output = gr.Video(label="Generated 3D Asset", autoplay=True, loop=True, height=300)
|
| 456 |
+
image_prompt_processed = ImageSlider(label="processed sketch", interactive=False, type="pil", height=512)
|
| 457 |
model_output = LitModel3D(label="Extracted GLB/Gaussian", exposure=10.0, height=300)
|
| 458 |
|
| 459 |
with gr.Row():
|