Spaces:
Sleeping
Sleeping
Commit
·
657ac4e
1
Parent(s):
3e5b797
Update app.py
Browse files
app.py
CHANGED
@@ -99,5 +99,5 @@ gr.Interface(fn=model_inference,
|
|
99 |
inputs=[image_in, prob_threshold_slider, classes_to_show],
|
100 |
outputs=image_out,
|
101 |
title=title,
|
102 |
-
examples=["./00_plane.jpg", "./01_car.jpg"],
|
103 |
description=description).launch()
|
|
|
99 |
inputs=[image_in, prob_threshold_slider, classes_to_show],
|
100 |
outputs=image_out,
|
101 |
title=title,
|
102 |
+
# examples=["./00_plane.jpg", "./01_car.jpg"],
|
103 |
description=description).launch()
|