mskov commited on
Commit
7cd77f2
1 Parent(s): b394174

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -130,7 +130,7 @@ def classify_toxicity(audio_file, classify_anxiety, emo_class, explitive_selecti
130
  affirm = ""
131
  topScore = toxicity_score
132
  else:
133
- if toxixity_score > threshold:
134
  affirm = positive_affirmations()
135
  topScore = toxicity_score
136
  else:
 
130
  affirm = ""
131
  topScore = toxicity_score
132
  else:
133
+ if toxicity_score > threshold:
134
  affirm = positive_affirmations()
135
  topScore = toxicity_score
136
  else: