emilios commited on
Commit
2394383
·
verified ·
1 Parent(s): f5976a8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -34,7 +34,7 @@ def inference(img, num_inference_steps_slider_component_v1 : int , num_inference
34
 
35
  return out
36
 
37
- num_inference_steps_slider_component_v1 = gr.Slider(
38
  label="Number of inference steps",
39
  info="The number of denoising steps. More denoising steps "
40
  "usually lead to a higher quality image at the",
@@ -44,7 +44,7 @@ step=1,
44
  value=121,
45
  )
46
 
47
- num_inference_steps_slider_component_v2 = gr.Slider(
48
  label="Number of inference steps",
49
  info="The number of denoising steps. More denoising steps "
50
  "usually lead to a higher quality image at the",
 
34
 
35
  return out
36
 
37
+ num_inference_steps_slider_component_v1 = gradio.Slider(
38
  label="Number of inference steps",
39
  info="The number of denoising steps. More denoising steps "
40
  "usually lead to a higher quality image at the",
 
44
  value=121,
45
  )
46
 
47
+ num_inference_steps_slider_component_v2 = gradio.Slider(
48
  label="Number of inference steps",
49
  info="The number of denoising steps. More denoising steps "
50
  "usually lead to a higher quality image at the",