RohitManglik commited on
Commit
3fbee35
·
verified ·
1 Parent(s): 249d017

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ import whisper
6
  import pickle
7
 
8
  # 📁 Load model
9
- model_path = "sentiment-model"
10
 
11
  tokenizer = DistilBertTokenizer.from_pretrained(model_path)
12
  model = DistilBertForSequenceClassification.from_pretrained(model_path)
 
6
  import pickle
7
 
8
  # 📁 Load model
9
+ model_path = "InfoBayAI/Audio-to-Sentiment_Intelligence_Model"
10
 
11
  tokenizer = DistilBertTokenizer.from_pretrained(model_path)
12
  model = DistilBertForSequenceClassification.from_pretrained(model_path)