el-el-san commited on
Commit
de1cca8
·
verified ·
1 Parent(s): 8a4876a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -163,7 +163,7 @@ with gr.Blocks(css=css) as demo:
163
  value=28,
164
  )
165
 
166
- run_button.click(lambda x: None, inputs=None, outputs=image_slider).then(
167
  fn=infer,
168
  inputs=[image, prompt, negative_prompt, seed, randomize_seed, width, height, guidance_scale, num_inference_steps],
169
  outputs=[result]
 
163
  value=28,
164
  )
165
 
166
+ run_button.click(lambda x: None, inputs=None, outputs=result).then(
167
  fn=infer,
168
  inputs=[image, prompt, negative_prompt, seed, randomize_seed, width, height, guidance_scale, num_inference_steps],
169
  outputs=[result]