bhushanp commited on
Commit
acae48f
·
verified ·
1 Parent(s): 9b8d1a0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -17,6 +17,9 @@ root = os.path.dirname(__file__)
17
 
18
  model = load_learner("./models/model.pkl")
19
 
 
 
 
20
  def process(imagep):
21
  # Predict and create the image as before
22
  pred = model.predict(imagep)
 
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
25
  pred = model.predict(imagep)