Update app.py
Browse files
app.py
CHANGED
|
@@ -149,7 +149,6 @@ with demo:
|
|
| 149 |
|
| 150 |
url_but.click(fn=detect_objects, inputs=[options, url_input, img_input, web_input, slider_input], outputs=[img_output_from_url], queue=True)
|
| 151 |
img_but.click(fn=detect_objects, inputs=[options, url_input, img_input, web_input, slider_input], outputs=[img_output_from_upload], queue=True)
|
| 152 |
-
cam_but.click(fn=detect_objects, inputs=[options, url_input, img_input, web_input, slider_input], outputs=[img_output_from_webcam], queue=True)
|
| 153 |
|
| 154 |
gr.Markdown("")
|
| 155 |
|
|
|
|
| 149 |
|
| 150 |
url_but.click(fn=detect_objects, inputs=[options, url_input, img_input, web_input, slider_input], outputs=[img_output_from_url], queue=True)
|
| 151 |
img_but.click(fn=detect_objects, inputs=[options, url_input, img_input, web_input, slider_input], outputs=[img_output_from_upload], queue=True)
|
|
|
|
| 152 |
|
| 153 |
gr.Markdown("")
|
| 154 |
|