Spaces:
Runtime error
Runtime error
Update main.py
Browse files
main.py
CHANGED
@@ -12,7 +12,7 @@ import joblib
|
|
12 |
""" Creating the FastAPI Instance. i.e. foundation for our API,
|
13 |
which will be the main part of our project"""
|
14 |
|
15 |
-
app = FastAPI(title="API")
|
16 |
|
17 |
|
18 |
"""We load a machine learning model and a scaler that help us make predictions based on data."""
|
|
|
12 |
""" Creating the FastAPI Instance. i.e. foundation for our API,
|
13 |
which will be the main part of our project"""
|
14 |
|
15 |
+
app = FastAPI(title="API",description="API for sepsis prediction")
|
16 |
|
17 |
|
18 |
"""We load a machine learning model and a scaler that help us make predictions based on data."""
|