Spaces:
Running
Running
kovacsvi
commited on
Commit
·
f6dc696
1
Parent(s):
17687e1
slop
Browse files
app.py
CHANGED
@@ -214,9 +214,9 @@ def predict_wrapper(text, language):
|
|
214 |
|
215 |
with gr.Blocks(css=css) as demo:
|
216 |
placeholder = "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua."
|
217 |
-
introduction = """
|
218 |
-
|
219 |
-
The
|
220 |
"""
|
221 |
|
222 |
gr.HTML("<h1>MORES Pulse</h1>", elem_classes="title_")
|
|
|
214 |
|
215 |
with gr.Blocks(css=css) as demo:
|
216 |
placeholder = "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua."
|
217 |
+
introduction = """
|
218 |
+
MORES Pulse detects and reveals emotions in text using a powerful sentence-level AI: MORES-Poltextlab Roberta. It classifies content into six emotion categories — Anger, Fear, Disgust, Sadness, Joy, and None of Them.
|
219 |
+
The app supports seven languages — Czech, English, French, German, Hungarian, Polish, and Slovak — and analyses your input sentence by sentence. Results appear within seconds for shorter texts, but longer entries may take a few minutes to process. Read our Q&A about Pulse here.
|
220 |
"""
|
221 |
|
222 |
gr.HTML("<h1>MORES Pulse</h1>", elem_classes="title_")
|