Doom008 commited on
Commit
1ac77b4
·
verified ·
1 Parent(s): d75e8e8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ threshold = 0.65
12
  # This block loads the pre-trained model from a pickle file.
13
  # Ensure 'model_trained.p' is in the same directory as this script.
14
  try:
15
- with open("model_trained.p", "rb") as pickle_in:
16
  model = pickle.load(pickle_in)
17
  print("Model loaded successfully.")
18
  except FileNotFoundError:
 
12
  # This block loads the pre-trained model from a pickle file.
13
  # Ensure 'model_trained.p' is in the same directory as this script.
14
  try:
15
+ with open("model_trained_10.p", "rb") as pickle_in:
16
  model = pickle.load(pickle_in)
17
  print("Model loaded successfully.")
18
  except FileNotFoundError: