Spaces:
Sleeping
Sleeping
Commit
·
b257d8c
1
Parent(s):
916765f
Update app.py
Browse files
app.py
CHANGED
@@ -96,7 +96,7 @@ classes_to_show = gr.components.Textbox(
|
|
96 |
)
|
97 |
|
98 |
inputs = [image_in, prob_threshold_slider, classes_to_show]
|
99 |
-
examples = ["
|
100 |
gr.Interface(fn=model_inference,
|
101 |
inputs=inputs,
|
102 |
outputs=image_out,
|
|
|
96 |
)
|
97 |
|
98 |
inputs = [image_in, prob_threshold_slider, classes_to_show]
|
99 |
+
examples = ["carplane.webp"]
|
100 |
gr.Interface(fn=model_inference,
|
101 |
inputs=inputs,
|
102 |
outputs=image_out,
|