Spaces:
Sleeping
Sleeping
Commit ·
d287ce9
1
Parent(s): 6a3bbd9
tst inference
Browse files
app.py
CHANGED
|
@@ -4,7 +4,7 @@ from skops import hub_utils
|
|
| 4 |
|
| 5 |
hub_utils.download(repo_id="stummala521/AI4SAR", dst="model/model.pkl")
|
| 6 |
model = joblib.load(
|
| 7 |
-
"model.pkl"
|
| 8 |
)
|
| 9 |
|
| 10 |
test_data = {
|
|
|
|
| 4 |
|
| 5 |
hub_utils.download(repo_id="stummala521/AI4SAR", dst="model/model.pkl")
|
| 6 |
model = joblib.load(
|
| 7 |
+
"model/model.pkl"
|
| 8 |
)
|
| 9 |
|
| 10 |
test_data = {
|