bhushanp commited on
Commit
d2409d5
1 Parent(s): acae48f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -14,11 +14,10 @@ if plt == 'Linux': pathlib.WindowsPath = pathlib.PosixPath
14
 
15
  root = os.path.dirname(__file__)
16
 
17
-
18
- model = load_learner("./models/model.pkl")
19
-
20
  def acc_camvid():
21
  pass
 
 
22
 
23
  def process(imagep):
24
  # Predict and create the image as before
 
14
 
15
  root = os.path.dirname(__file__)
16
 
 
 
 
17
  def acc_camvid():
18
  pass
19
+
20
+ model = load_learner("./models/model.pkl")
21
 
22
  def process(imagep):
23
  # Predict and create the image as before