Spaces:
Sleeping
Sleeping
Commit
·
d03448c
1
Parent(s):
96affcd
Update app.py
Browse files
app.py
CHANGED
@@ -87,9 +87,9 @@ prob_threshold_slider = gr.components.Slider(minimum=0, maximum=1.0, step=0.01,
|
|
87 |
inputs = [image_in, prob_threshold_slider, classes_to_show]
|
88 |
|
89 |
gr.Interface(fn=model_inference,
|
90 |
-
inputs=
|
91 |
outputs=image_out,
|
92 |
title=title,
|
93 |
description=description,
|
94 |
-
examples=example_list
|
95 |
).launch()
|
|
|
87 |
inputs = [image_in, prob_threshold_slider, classes_to_show]
|
88 |
|
89 |
gr.Interface(fn=model_inference,
|
90 |
+
inputs=inputs,
|
91 |
outputs=image_out,
|
92 |
title=title,
|
93 |
description=description,
|
94 |
+
# examples=example_list
|
95 |
).launch()
|