Spaces:
Sleeping
Sleeping
Update
Browse files
app.py
CHANGED
@@ -103,7 +103,7 @@ def main():
|
|
103 |
gr.Slider(0,
|
104 |
1,
|
105 |
step=args.score_slider_step,
|
106 |
-
|
107 |
label='Score Threshold'),
|
108 |
],
|
109 |
gr.Label(label='Output'),
|
|
|
103 |
gr.Slider(0,
|
104 |
1,
|
105 |
step=args.score_slider_step,
|
106 |
+
value=args.score_threshold,
|
107 |
label='Score Threshold'),
|
108 |
],
|
109 |
gr.Label(label='Output'),
|