Spaces:
Running
Running
Clement Vachet
commited on
Commit
·
9537f2b
1
Parent(s):
b0a21e7
Add new sample image
Browse files
app.py
CHANGED
|
@@ -93,7 +93,7 @@ def demo():
|
|
| 93 |
submit_btn = gr.Button("Submit")
|
| 94 |
clear_button = gr.ClearButton()
|
| 95 |
|
| 96 |
-
gr.Examples(['samples/savanna.jpg'], inputs=input_image)
|
| 97 |
|
| 98 |
submit_btn.click(fn=detect, inputs=[input_image, model_id, threshold], outputs=[output_image])
|
| 99 |
clear_button.click(lambda: [None, None], \
|
|
|
|
| 93 |
submit_btn = gr.Button("Submit")
|
| 94 |
clear_button = gr.ClearButton()
|
| 95 |
|
| 96 |
+
gr.Examples(['samples/savanna.jpg', 'samples/boats.jpg'], inputs=input_image)
|
| 97 |
|
| 98 |
submit_btn.click(fn=detect, inputs=[input_image, model_id, threshold], outputs=[output_image])
|
| 99 |
clear_button.click(lambda: [None, None], \
|