affanthinks commited on
Commit
d552013
·
verified ·
1 Parent(s): 40c3981

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -8,6 +8,8 @@ import os
8
  from huggingface_hub import hf_hub_download
9
  import joblib
10
 
 
 
11
 
12
 
13
  # Initialize app
 
8
  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