Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -188,7 +188,7 @@ with gr.Blocks() as app:
|
|
188 |
with gr.Accordion("Advanced settings", open=False):
|
189 |
dropdown_models = gr.Dropdown(label="Model", value="base40M", choices=["base40M"]) #, "base300M", "base1B"])
|
190 |
guidance_scale = gr.Slider(label="Guidance scale", value=3.0, minimum=3.0, maximum=10.0, step=1.0)
|
191 |
-
grid_size = gr.Slider(label="Grid size", value=32, minimum=16, maximum=128, step=16)
|
192 |
|
193 |
with gr.Column():
|
194 |
plot = gr.Plot(label="Point cloud")
|
|
|
188 |
with gr.Accordion("Advanced settings", open=False):
|
189 |
dropdown_models = gr.Dropdown(label="Model", value="base40M", choices=["base40M"]) #, "base300M", "base1B"])
|
190 |
guidance_scale = gr.Slider(label="Guidance scale", value=3.0, minimum=3.0, maximum=10.0, step=1.0)
|
191 |
+
grid_size = gr.Slider(label="Grid size (for .obj 3D model)", value=32, minimum=16, maximum=128, step=16)
|
192 |
|
193 |
with gr.Column():
|
194 |
plot = gr.Plot(label="Point cloud")
|