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