Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -59,7 +59,7 @@ interface = gr.Interface(
|
|
59 |
# The gr.Label component works well for showing classification scores
|
60 |
outputs=gr.Label(num_top_classes=2), # Show both classes explicitly
|
61 |
title="ModernBERT Slop Classifier",
|
62 |
-
description="Enter a sentence to see the slop
|
63 |
)
|
64 |
|
65 |
# Launch the app
|
|
|
59 |
# The gr.Label component works well for showing classification scores
|
60 |
outputs=gr.Label(num_top_classes=2), # Show both classes explicitly
|
61 |
title="ModernBERT Slop Classifier",
|
62 |
+
description="Enter a sentence to see the slop and confidence scores", # Updated description
|
63 |
)
|
64 |
|
65 |
# Launch the app
|