stummala521 commited on
Commit
d287ce9
·
1 Parent(s): 6a3bbd9

tst inference

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = {