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

tst inference

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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/model.pkl")
6
  model = joblib.load(
7
- "model/model.pkl"
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 = {