Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -55,7 +55,7 @@ model = tflearn.DNN(net)
|
|
55 |
checkpoint = tf.train.Checkpoint(model=model)
|
56 |
|
57 |
# Load the model weights
|
58 |
-
checkpoint.restore("
|
59 |
|
60 |
# Function to process user input into a bag-of-words format
|
61 |
def bag_of_words(s, words):
|
|
|
55 |
checkpoint = tf.train.Checkpoint(model=model)
|
56 |
|
57 |
# Load the model weights
|
58 |
+
checkpoint.restore("MentalHealthChatBotmodel.tflearn.meta")
|
59 |
|
60 |
# Function to process user input into a bag-of-words format
|
61 |
def bag_of_words(s, words):
|