Spaces:
Runtime error
Runtime error
Commit
·
d5a5afd
1
Parent(s):
eb1e32a
Update app.py
Browse files
app.py
CHANGED
@@ -99,5 +99,9 @@ gr.Interface(gr_cosine_similarity,
|
|
99 |
gr.inputs.Textbox(lines=1, placeholder="I am so happy right now.", default="", label="Text 2"),
|
100 |
|
101 |
],
|
102 |
-
["dataframe","text"]
|
|
|
|
|
|
|
|
|
103 |
).launch(debug=True)
|
|
|
99 |
gr.inputs.Textbox(lines=1, placeholder="I am so happy right now.", default="", label="Text 2"),
|
100 |
|
101 |
],
|
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)
|