wyysf commited on
Commit
5a2ce13
1 Parent(s): 97ea02c
Files changed (1) hide show
  1. 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.0, 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():
 
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():