Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -238,7 +238,7 @@ class GradioInterface:
|
|
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 |
|
|
|
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 |
|