underscore2 commited on
Commit
e9043bf
·
verified ·
1 Parent(s): f4f3763

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 score and confidence scores", # Updated description
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