Spaces:
Running
Running
Close Bayes additional config by default
Browse files
app.py
CHANGED
@@ -81,7 +81,7 @@ demo = gr.Interface(
|
|
81 |
gr.Dropdown(choices=MODELS, value=BAYES, label="Model"),
|
82 |
gr.TextArea(label="Email"),
|
83 |
],
|
84 |
-
additional_inputs_accordion="Additional configuration for Bayes",
|
85 |
additional_inputs=[
|
86 |
gr.Checkbox(label="Unbias", info="Correct Graham's bias?"),
|
87 |
gr.Slider(minimum=1, maximum=DEFAULT_INTR_THRESHOLD + 5, step=1, value=DEFAULT_INTR_THRESHOLD,
|
|
|
81 |
gr.Dropdown(choices=MODELS, value=BAYES, label="Model"),
|
82 |
gr.TextArea(label="Email"),
|
83 |
],
|
84 |
+
additional_inputs_accordion=gr.Accordion("Additional configuration for Bayes", open=False),
|
85 |
additional_inputs=[
|
86 |
gr.Checkbox(label="Unbias", info="Correct Graham's bias?"),
|
87 |
gr.Slider(minimum=1, maximum=DEFAULT_INTR_THRESHOLD + 5, step=1, value=DEFAULT_INTR_THRESHOLD,
|