stummala521 commited on
Commit
6f77587
·
1 Parent(s): 96d6a62

tst inference

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
2
  import joblib
3
  from skops.hub_utils import download
4
 
5
- download("stummala521/AI4SAR", "path_to_folder")
6
  model = joblib.load(
7
  "model.pkl"
8
  )
 
2
  import joblib
3
  from skops.hub_utils import download
4
 
5
+ download("stummala521/AI4SAR", "model/model.pkl")
6
  model = joblib.load(
7
  "model.pkl"
8
  )