KrizTech100 commited on
Commit
02fd047
·
verified ·
1 Parent(s): 7d7870d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -8
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