Spaces:
Sleeping
Sleeping
Commit
·
96affcd
1
Parent(s):
08172fe
Update app.py
Browse files
app.py
CHANGED
@@ -87,7 +87,7 @@ 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,
|
|
|
87 |
inputs = [image_in, prob_threshold_slider, classes_to_show]
|
88 |
|
89 |
gr.Interface(fn=model_inference,
|
90 |
+
inputs=[gr.Image()],
|
91 |
outputs=image_out,
|
92 |
title=title,
|
93 |
description=description,
|