mskov commited on
Commit
74753c4
·
1 Parent(s): 184643c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -93,7 +93,7 @@ def classify_toxicity(audio_file, text_input, classify_anxiety, emo_class, expli
93
 
94
  # plot.update(x=classification_df["labels"], y=classification_df["scores"])
95
 
96
- return toxicity_score, classification_df, transcribed_text
97
  # return f"Toxicity Score ({available_models[selected_model]}): {toxicity_score:.4f}"
98
  else:
99
  model = whisper.load_model("large")
 
93
 
94
  # plot.update(x=classification_df["labels"], y=classification_df["scores"])
95
 
96
+ return toxicity_score, classification_output, transcribed_text
97
  # return f"Toxicity Score ({available_models[selected_model]}): {toxicity_score:.4f}"
98
  else:
99
  model = whisper.load_model("large")