Henok21 commited on
Commit
b86ddaa
·
1 Parent(s): b90c08d

correcting path

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ from io import BytesIO
19
  import os
20
 
21
  # Pieline loading
22
- with open("..\\..\\data\\catboost_pipeline_4.job", "rb") as f:
23
  pipe = joblib.load(f)
24
  print(pipe)
25
 
 
19
  import os
20
 
21
  # Pieline loading
22
+ with open("catboost_pipeline_4.job", "rb") as f:
23
  pipe = joblib.load(f)
24
  print(pipe)
25