Update app.py
Browse files
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("
|
| 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")
|