raja-7-c commited on
Commit
12a3658
1 Parent(s): d918ee7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -59,7 +59,7 @@ nltk.download('wordnet')
59
  nltk.download('stopwords')
60
  wordnet_lemmatizer = WordNetLemmatizer()
61
 
62
- labels=['Not Depressed','Not Depressed','Moderate','Moderate', 'Severe']
63
  num_classes = len(labels)
64
 
65
  def plot_acc(history, title="Model Accuracy"):
 
59
  nltk.download('stopwords')
60
  wordnet_lemmatizer = WordNetLemmatizer()
61
 
62
+ labels=['Not Depressed','Not Depressed','Non Depressed','Moderate', 'Severe']
63
  num_classes = len(labels)
64
 
65
  def plot_acc(history, title="Model Accuracy"):