DreamStream-1 commited on
Commit
ba906b6
·
verified ·
1 Parent(s): 0bbb821

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("path/to/save/MentalHealthChatBotmodel")
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):