heboya8 commited on
Commit
6d5b2b9
·
verified ·
1 Parent(s): 166058e

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +0 -3
main.py CHANGED
@@ -6,9 +6,6 @@ import pandas as pd
6
  import os
7
  import sys
8
 
9
- # Define directory paths
10
- sys.path.append(os.path.dirname(os.path.dirname(os.path.dirname(os.path.abspath(__file__)))))
11
-
12
  DIRPATH = os.path.dirname(os.path.realpath(__file__))
13
  ml_component= "./ml_sepsis.pkl"
14
 
 
6
  import os
7
  import sys
8
 
 
 
 
9
  DIRPATH = os.path.dirname(os.path.realpath(__file__))
10
  ml_component= "./ml_sepsis.pkl"
11