Spaces:
Paused
Paused
Update main.py
Browse files
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 |
|