Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -219,7 +219,7 @@ with gr.Blocks() as demo:
|
|
219 |
step=0.1,
|
220 |
value=4.0,
|
221 |
)
|
222 |
-
gen_button = gr.Button("
|
223 |
|
224 |
with gr.Column():
|
225 |
model_output = LitModel3D(label="Generated GLB", exposure=1.0, height=500,camera_position=(90,90,3))
|
|
|
219 |
step=0.1,
|
220 |
value=4.0,
|
221 |
)
|
222 |
+
gen_button = gr.Button("Generate details", variant="primary")
|
223 |
|
224 |
with gr.Column():
|
225 |
model_output = LitModel3D(label="Generated GLB", exposure=1.0, height=500,camera_position=(90,90,3))
|