Spaces:
Runtime error
Runtime error
Update gradio_app.py
Browse files- gradio_app.py +1 -1
gradio_app.py
CHANGED
@@ -296,7 +296,7 @@ if __name__=="__main__":
|
|
296 |
|
297 |
with gr.Accordion('Advanced options (3D)', open=False):
|
298 |
with gr.Row():
|
299 |
-
guidance_scale = gr.Number(label="3D Guidance Scale", value=
|
300 |
steps = gr.Number(value=50, minimum=20, maximum=100, label="3D Sample Steps")
|
301 |
|
302 |
with gr.Row():
|
|
|
296 |
|
297 |
with gr.Accordion('Advanced options (3D)', open=False):
|
298 |
with gr.Row():
|
299 |
+
guidance_scale = gr.Number(label="3D Guidance Scale", value=3.0, minimum=1.0, maximum=10.0)
|
300 |
steps = gr.Number(value=50, minimum=20, maximum=100, label="3D Sample Steps")
|
301 |
|
302 |
with gr.Row():
|