Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -83,10 +83,19 @@ description = """
|
|
83 |
- Sentiment analysis of the transcriptions<br>
|
84 |
<br>
|
85 |
🎯 The sentiment analysis results are provided as a dictionary with different emotions and their corresponding scores.<br>
|
|
|
|
|
|
|
|
|
|
|
86 |
✅ The higher the score for a specific emotion, the stronger the presence of that emotion in the transcribed text.<br>
|
87 |
-
|
|
|
|
|
|
|
|
|
88 |
⚡️ The model will transcribe the audio and perform sentiment analysis on the transcribed text.<br>
|
89 |
-
|
90 |
"""
|
91 |
|
92 |
custom_css = """
|
|
|
83 |
- Sentiment analysis of the transcriptions<br>
|
84 |
<br>
|
85 |
🎯 The sentiment analysis results are provided as a dictionary with different emotions and their corresponding scores.<br>
|
86 |
+
<br>
|
87 |
+
|
88 |
+
😃 The sentiment analysis results are displayed with emojis representing the corresponding sentiment.<br>
|
89 |
+
<br>
|
90 |
+
|
91 |
✅ The higher the score for a specific emotion, the stronger the presence of that emotion in the transcribed text.<br>
|
92 |
+
<br>
|
93 |
+
|
94 |
+
❓ Use the microphone for real-time speech recognition.<br>
|
95 |
+
<br>
|
96 |
+
|
97 |
⚡️ The model will transcribe the audio and perform sentiment analysis on the transcribed text.<br>
|
98 |
+
|
99 |
"""
|
100 |
|
101 |
custom_css = """
|