Spaces:
Sleeping
Sleeping
Commit
·
7e6594a
1
Parent(s):
6c5d221
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=
|
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",
|
102 |
description=description,
|
103 |
).launch()
|