Update app.py
Browse files
app.py
CHANGED
@@ -152,7 +152,7 @@ Iface = gr.Interface(
|
|
152 |
fn=infer,
|
153 |
inputs=[image_in,model_choice, prob_threshold_slider, classes_to_show],
|
154 |
outputs=image_out,
|
155 |
-
examples=examples
|
156 |
title="Object Detection with YOLOS",
|
157 |
description=description,
|
158 |
).launch()
|
|
|
152 |
fn=infer,
|
153 |
inputs=[image_in,model_choice, prob_threshold_slider, classes_to_show],
|
154 |
outputs=image_out,
|
155 |
+
examples=examples,
|
156 |
title="Object Detection with YOLOS",
|
157 |
description=description,
|
158 |
).launch()
|