j-hartmann commited on
Commit
faf381e
·
1 Parent(s): d5a5afd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -102,6 +102,6 @@ gr.Interface(gr_cosine_similarity,
102
  ["dataframe","text"],
103
 
104
  title="Emotion Similarity",
105
- description="Input two sentences and the model returns their emotional similarity, using this model: https://huggingface.co/j-hartmann/emotion-english-distilroberta-base.",
106
 
107
  ).launch(debug=True)
 
102
  ["dataframe","text"],
103
 
104
  title="Emotion Similarity",
105
+ description="Input two sentences and the model returns their emotional similarity (between 0 and 1), using this model: https://huggingface.co/j-hartmann/emotion-english-distilroberta-base.",
106
 
107
  ).launch(debug=True)