wyysf commited on
Commit
2f4a9d2
β€’
1 Parent(s): 997aeb3
Files changed (2) hide show
  1. apps/examples/boy.webp +0 -0
  2. gradio_app.py +1 -1
apps/examples/boy.webp DELETED
Binary file (28 kB)
 
gradio_app.py CHANGED
@@ -233,7 +233,7 @@ if __name__=="__main__":
233
 
234
  with gr.Row():
235
  mvimg_guidance_scale = gr.Number(value=3.5, minimum=3, maximum=10, label="2D Guidance Scale")
236
- mvimg_steps = gr.Number(value=50, minimum=20, maximum=100, label="2D Sample Steps", precision=0)
237
 
238
  with gr.Accordion('Advanced options (3D)', open=False):
239
  with gr.Row():
 
233
 
234
  with gr.Row():
235
  mvimg_guidance_scale = gr.Number(value=3.5, minimum=3, maximum=10, label="2D Guidance Scale")
236
+ mvimg_steps = gr.Number(value=30, minimum=20, maximum=100, label="2D Sample Steps", precision=0)
237
 
238
  with gr.Accordion('Advanced options (3D)', open=False):
239
  with gr.Row():