Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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)
|