AI-RESEARCHER-2024 commited on
Commit
87302ea
·
verified ·
1 Parent(s): 8d19277

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -237,7 +237,8 @@ class GradioInterface:
237
 
238
  run_button.click(
239
  fn=gradio_mask,
240
- inputs=[input_image, steps_input, increment_input],
 
241
  outputs=[result, prediction_details],
242
  )
243
 
 
237
 
238
  run_button.click(
239
  fn=gradio_mask,
240
+ #inputs=[input_image, steps_input, increment_input],
241
+ inputs=[input_image, steps_input]
242
  outputs=[result, prediction_details],
243
  )
244