prithivMLmods commited on
Commit
bdd08a1
·
verified ·
1 Parent(s): 246aaa4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -199,7 +199,7 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
199
  label="Guidance Scale",
200
  minimum=0.1,
201
  maximum=20.0,
202
- step=0.1 amable,
203
  value=3.0,
204
  )
205
  num_inference_steps = gr.Slider(
 
199
  label="Guidance Scale",
200
  minimum=0.1,
201
  maximum=20.0,
202
+ step=0.1,
203
  value=3.0,
204
  )
205
  num_inference_steps = gr.Slider(