Spaces:
Sleeping
Sleeping
Jacob Jaroya
commited on
Commit
·
74c9228
1
Parent(s):
b6393bb
post update
Browse files- app/app.py +1 -1
app/app.py
CHANGED
@@ -84,7 +84,7 @@ def root():
|
|
84 |
|
85 |
|
86 |
# Define a route to handle the prediction
|
87 |
-
@app.post('
|
88 |
def sepsis_classification(PlasmaGlucose : int,
|
89 |
BloodWorkResult_1 : int,
|
90 |
BloodPressure : int,
|
|
|
84 |
|
85 |
|
86 |
# Define a route to handle the prediction
|
87 |
+
@app.post('/spaces/UholoDala/sepsis_classic/classify')
|
88 |
def sepsis_classification(PlasmaGlucose : int,
|
89 |
BloodWorkResult_1 : int,
|
90 |
BloodPressure : int,
|