Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -146,7 +146,7 @@ def main():
|
|
146 |
func,
|
147 |
[
|
148 |
gr.Image(label='img'),
|
149 |
-
gr.Slider(0, 1, label='Score Threshold',
|
150 |
],
|
151 |
[
|
152 |
gr.Textbox(label='Output (string)'),
|
|
|
146 |
func,
|
147 |
[
|
148 |
gr.Image(label='img'),
|
149 |
+
gr.Slider(0, 1, label='Score Threshold',value=0.5),
|
150 |
],
|
151 |
[
|
152 |
gr.Textbox(label='Output (string)'),
|