Spaces:
Runtime error
Runtime error
- gradio_app.py +1 -1
gradio_app.py
CHANGED
@@ -262,7 +262,7 @@ if __name__=="__main__":
|
|
262 |
|
263 |
with gr.Accordion('Advanced options (3D)', open=False):
|
264 |
with gr.Row():
|
265 |
-
guidance_scale = gr.Number(label="3D Guidance Scale", value=5
|
266 |
steps = gr.Number(value=50, minimum=20, maximum=100, label="3D Sample Steps", precision=0)
|
267 |
|
268 |
with gr.Row():
|
|
|
262 |
|
263 |
with gr.Accordion('Advanced options (3D)', open=False):
|
264 |
with gr.Row():
|
265 |
+
guidance_scale = gr.Number(label="3D Guidance Scale", value=7.5, minimum=3.0, maximum=10.0)
|
266 |
steps = gr.Number(value=50, minimum=20, maximum=100, label="3D Sample Steps", precision=0)
|
267 |
|
268 |
with gr.Row():
|