fix missing attributes fo Litton7Classifier
Browse files
app.py
CHANGED
@@ -21,7 +21,6 @@ class Litton7Classifier:
|
|
21 |
"Canopied",
|
22 |
]
|
23 |
|
24 |
-
@spaces.GPU(duration=60)
|
25 |
def __init__(
|
26 |
self, model_path="Litton-7type-visual-landscape-model.pth", device=None
|
27 |
):
|
|
|
21 |
"Canopied",
|
22 |
]
|
23 |
|
|
|
24 |
def __init__(
|
25 |
self, model_path="Litton-7type-visual-landscape-model.pth", device=None
|
26 |
):
|