Nomanm commited on
Commit
ad92166
·
1 Parent(s): 14b8fef

update application

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ plt = platform.system()
5
  if plt == 'Linux': pathlib.WindowsPath = pathlib.PosixPath
6
 
7
  current_dir = os.getcwd()
8
- model = 'resnet_model_14_Sep_1.pkl'
9
  model_path = os.path.join(current_dir, model)
10
 
11
  model = load_learner(model_path)
 
5
  if plt == 'Linux': pathlib.WindowsPath = pathlib.PosixPath
6
 
7
  current_dir = os.getcwd()
8
+ model = 'resnet_model_17_Sep_1.pkl'
9
  model_path = os.path.join(current_dir, model)
10
 
11
  model = load_learner(model_path)