Spaces:
No application file
No application file
update on application file
Browse files
main.py
CHANGED
@@ -91,8 +91,4 @@ def sepsis_classification(sepsis_pred: Sepsis_Pred):
|
|
91 |
|
92 |
|
93 |
except Exception as e:
|
94 |
-
raise HTTPException(status_code=500, detail=f"An error occurred during prediction {str(e)}")
|
95 |
-
|
96 |
-
|
97 |
-
if __name__ == "__main__":
|
98 |
-
uvicorn.run("main:app", reload=True)
|
|
|
91 |
|
92 |
|
93 |
except Exception as e:
|
94 |
+
raise HTTPException(status_code=500, detail=f"An error occurred during prediction {str(e)}")
|
|
|
|
|
|
|
|