Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -446,7 +446,7 @@ with block:
|
|
| 446 |
choices=["Violent", "Hate Speech", "Misinformation"],
|
| 447 |
interactive=False, label="Behaviour To Block").style()
|
| 448 |
|
| 449 |
-
slider = gr.Slider(value=
|
| 450 |
|
| 451 |
chatbot = gr.Chatbot(label="Watchtower Output", value=[('Welcome to Watchtower.',
|
| 452 |
'Log in via Mastodon and configure your blocking options above.')]).style(
|
|
|
|
| 446 |
choices=["Violent", "Hate Speech", "Misinformation"],
|
| 447 |
interactive=False, label="Behaviour To Block").style()
|
| 448 |
|
| 449 |
+
slider = gr.Slider(value=30, interactive=True, label="Threshold Confidence Tolerance").style()
|
| 450 |
|
| 451 |
chatbot = gr.Chatbot(label="Watchtower Output", value=[('Welcome to Watchtower.',
|
| 452 |
'Log in via Mastodon and configure your blocking options above.')]).style(
|