From 29b212b887143c11fbdc4a5520f7c052c0f4659b Mon Sep 17 00:00:00 2001 From: Sana0523 Date: Sun, 25 May 2025 21:09:55 +0530 Subject: [PATCH] added sana is cool --- backend/text_analysis.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/text_analysis.py b/backend/text_analysis.py index 9607467..b41f98c 100644 --- a/backend/text_analysis.py +++ b/backend/text_analysis.py @@ -5,7 +5,7 @@ model_name = "mental/mental-bert-base-uncased" tokenizer = AutoTokenizer.from_pretrained(model_name) model = AutoModelForSequenceClassification.from_pretrained(model_name) - +print("sana is cool") def analyze_text(text): """ Analyze text for emotional states and mental health indicators