Spaces:
Runtime error
Runtime error
0 min threshold
Browse files
app.py
CHANGED
@@ -108,7 +108,7 @@ gr.Interface(
|
|
108 |
fn=predict,
|
109 |
inputs=[
|
110 |
gr.inputs.Image(),
|
111 |
-
gr.Slider(minimum
|
112 |
],
|
113 |
outputs=gr.outputs.Image(type='filepath'),
|
114 |
title=title,
|
|
|
108 |
fn=predict,
|
109 |
inputs=[
|
110 |
gr.inputs.Image(),
|
111 |
+
gr.Slider(minimum=0, maximum=1, value=.3)
|
112 |
],
|
113 |
outputs=gr.outputs.Image(type='filepath'),
|
114 |
title=title,
|