Spaces:
Paused
Paused
Update main.py
Browse files
main.py
CHANGED
@@ -10,7 +10,7 @@ import sys
|
|
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=
|
14 |
|
15 |
# Function to load pickle file
|
16 |
def load_pickle(filename):
|
|
|
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 |
|
15 |
# Function to load pickle file
|
16 |
def load_pickle(filename):
|