ranimeree commited on
Commit
964b462
·
verified ·
1 Parent(s): 5a1ab7e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ def decode_file(file_path):
21
 
22
  # Load the model once when starting the app
23
  try:
24
- model = decode_file('./model.pkl')
25
  if model is not None:
26
  print("Model loaded successfully")
27
  else:
 
21
 
22
  # Load the model once when starting the app
23
  try:
24
+ model = decode_file('model.pkl')
25
  if model is not None:
26
  print("Model loaded successfully")
27
  else: