affanthinks commited on
Commit
5d1b892
·
verified ·
1 Parent(s): d552013

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ from huggingface_hub import hf_hub_download
9
  import joblib
10
 
11
  # Load the trained model
12
- model = joblib.load("backend_files_SK/model_compressed.joblib")
13
 
14
 
15
  # Initialize app
 
9
  import joblib
10
 
11
  # Load the trained model
12
+ model = joblib.load("model_compressed.joblib")
13
 
14
 
15
  # Initialize app