Update app.py
Browse files
app.py
CHANGED
@@ -138,7 +138,7 @@ with demo:
|
|
138 |
samples=[[path.as_posix()] for path in sorted(pathlib.Path('images').rglob('*.JPG'))]
|
139 |
|
140 |
|
141 |
-
img_but = gr.Button('Detect')
|
142 |
|
143 |
|
144 |
url_but.click(detect_objects,inputs=[options,url_input,img_input,slider_input],outputs=img_output_from_url,queue=True)
|
|
|
138 |
samples=[[path.as_posix()] for path in sorted(pathlib.Path('images').rglob('*.JPG'))]
|
139 |
|
140 |
|
141 |
+
img_but = gr.Button('Detect')
|
142 |
|
143 |
|
144 |
url_but.click(detect_objects,inputs=[options,url_input,img_input,slider_input],outputs=img_output_from_url,queue=True)
|