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