Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -150,14 +150,14 @@ with gr.Blocks(title="Audio & Text Sentiment Analyzer", theme=gr.themes.Soft())
|
|
| 150 |
outputs=[text_display, level_out, conf_out, result_out]
|
| 151 |
)
|
| 152 |
|
| 153 |
-
gr.Markdown("""
|
| 154 |
-
### Notes
|
| 155 |
-
- Best performance with **clear English speech**
|
| 156 |
-
- Sentiment model excels at review-style language (opinions, experiences)
|
| 157 |
-
- Confidence >80% = very reliable prediction
|
| 158 |
-
- Runs completely locally — perfect for privacy
|
| 159 |
-
- Built with ❤️ in Accra by Chris (@chrisbekor99)
|
| 160 |
-
""")
|
| 161 |
|
| 162 |
|
| 163 |
# Run app
|
|
|
|
| 150 |
outputs=[text_display, level_out, conf_out, result_out]
|
| 151 |
)
|
| 152 |
|
| 153 |
+
# gr.Markdown("""
|
| 154 |
+
# ### Notes
|
| 155 |
+
# - Best performance with **clear English speech**
|
| 156 |
+
# - Sentiment model excels at review-style language (opinions, experiences)
|
| 157 |
+
# - Confidence >80% = very reliable prediction
|
| 158 |
+
# - Runs completely locally — perfect for privacy
|
| 159 |
+
# - Built with ❤️ in Accra by Chris (@chrisbekor99)
|
| 160 |
+
# """)
|
| 161 |
|
| 162 |
|
| 163 |
# Run app
|