Spaces:
Sleeping
Sleeping
Commit ·
c3d571c
1
Parent(s): 453700b
Update app.py
Browse files
app.py
CHANGED
|
@@ -98,6 +98,6 @@ Iface = gr.Interface(
|
|
| 98 |
inputs=[image_in, prob_threshold_slider, classes_to_show],
|
| 99 |
outputs=image_out,
|
| 100 |
title="Object Detection",
|
| 101 |
-
examples="CTH.png",
|
| 102 |
description=description,
|
| 103 |
).launch()
|
|
|
|
| 98 |
inputs=[image_in, prob_threshold_slider, classes_to_show],
|
| 99 |
outputs=image_out,
|
| 100 |
title="Object Detection",
|
| 101 |
+
examples=["CTH.png", "carplane.webp"],
|
| 102 |
description=description,
|
| 103 |
).launch()
|