Spaces:
Running
Running
mattritchey
commited on
Commit
•
2c891f7
1
Parent(s):
0ed2ee7
Update main.py
Browse files
main.py
CHANGED
@@ -16,8 +16,7 @@ def root():
|
|
16 |
return {"API": "Sum of 2 Squares"}
|
17 |
|
18 |
@app.get('/Predict_Sepsis')
|
19 |
-
async def predict(number_1: int,
|
20 |
-
number_2: int,:
|
21 |
|
22 |
|
23 |
|
|
|
16 |
return {"API": "Sum of 2 Squares"}
|
17 |
|
18 |
@app.get('/Predict_Sepsis')
|
19 |
+
async def predict(number_1: int, number_2: int):
|
|
|
20 |
|
21 |
|
22 |
|