Sarvamangalak commited on
Commit
0974f37
·
verified ·
1 Parent(s): 5938ba3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -299,7 +299,7 @@ with demo:
299
 
300
  url_but.click(
301
  detect_objects_image,
302
- inputs=[options, url_input, img_input, web_input, slider_input],
303
  outputs=[img_output_from_url],
304
  queue=True
305
  )
 
299
 
300
  url_but.click(
301
  detect_objects_image,
302
+ inputs=[url_input, img_input, web_input, slider_input],
303
  outputs=[img_output_from_url],
304
  queue=True
305
  )