Spaces:
Build error
Build error
sagemaker
commited on
Commit
·
3daac15
1
Parent(s):
7e3d7f8
remove examples
Browse files
app.py
CHANGED
@@ -64,7 +64,7 @@ Iface = gr.Interface(
|
|
64 |
fn=infer,
|
65 |
inputs=[image_in,model_choice],
|
66 |
outputs=image_out,
|
67 |
-
examples=[["examples/10_People_Marching_People_Marching_2_120.jpg"], ["examples/12_Group_Group_12_Group_Group_12_26.jpg"], ["examples/43_Row_Boat_Canoe_43_247.jpg"]],
|
68 |
title="Object Detection with YOLOS",
|
69 |
description=description,
|
70 |
).launch()
|
|
|
64 |
fn=infer,
|
65 |
inputs=[image_in,model_choice],
|
66 |
outputs=image_out,
|
67 |
+
#examples=[["examples/10_People_Marching_People_Marching_2_120.jpg"], ["examples/12_Group_Group_12_Group_Group_12_26.jpg"], ["examples/43_Row_Boat_Canoe_43_247.jpg"]],
|
68 |
title="Object Detection with YOLOS",
|
69 |
description=description,
|
70 |
).launch()
|