davanstrien HF staff commited on
Commit
39a7367
1 Parent(s): e66707c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ sample_text = [
28
  ]
29
 
30
  description = """
31
- V2 of a British Library Books genre detection model. The interpretation interface shows what the model is using to make its predictions. Words highlighted in red contributed to the model being more confident about a prediction. The intensity of colour corresponds to the importance of that part of the input. The words that decrease the label confidence are highlighted in blue."""
32
 
33
  article = """
34
 
 
28
  ]
29
 
30
  description = """
31
+ V2 of a British Library Books genre detection model. The interpretation interface helps show what words the model is using to make its predictions. Words highlighted in red contributed to the model being more confident about a prediction. The intensity of colour corresponds to the importance of that part of the input. The words that decrease the label confidence are highlighted in blue."""
32
 
33
  article = """
34