Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -18,7 +18,7 @@ def get_label(fname):
|
|
18 |
# print(cls)
|
19 |
return name(cls)
|
20 |
|
21 |
-
learn = load_learner("./models/model.
|
22 |
|
23 |
|
24 |
# Function to make predictions from an image
|
|
|
18 |
# print(cls)
|
19 |
return name(cls)
|
20 |
|
21 |
+
learn = load_learner("./models/model.pth")
|
22 |
|
23 |
|
24 |
# Function to make predictions from an image
|