YashsharmaPhD commited on
Commit
27b8a63
·
verified ·
1 Parent(s): 0ebbf50

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ import whisper # Import Whisper for speech-to-text
14
  sentiment_analyzer = pipeline("sentiment-analysis")
15
 
16
  # Load Whisper model (small for faster performance)
17
- whisper_model = whisper.load_model("small")
18
 
19
  # Streamlit UI
20
  st.title("🎤 Audio Sentiment & Feature Analysis")
 
14
  sentiment_analyzer = pipeline("sentiment-analysis")
15
 
16
  # Load Whisper model (small for faster performance)
17
+ whisper_model = whisper.load_model("base")
18
 
19
  # Streamlit UI
20
  st.title("🎤 Audio Sentiment & Feature Analysis")