ajeetkumar01
commited on
Commit
•
95d11e7
1
Parent(s):
6dd1c32
Update app.py
Browse files
app.py
CHANGED
@@ -49,7 +49,7 @@ def main():
|
|
49 |
|
50 |
if submit_button and input_text:
|
51 |
# Load the model and tokenizer
|
52 |
-
model = load_model("
|
53 |
tokenizer = load_tokenizer()
|
54 |
|
55 |
# Preprocess the input text
|
|
|
49 |
|
50 |
if submit_button and input_text:
|
51 |
# Load the model and tokenizer
|
52 |
+
model = load_model("mental_healths_model.h5")
|
53 |
tokenizer = load_tokenizer()
|
54 |
|
55 |
# Preprocess the input text
|