Spaces:
Running
Running
deveix
commited on
Commit
•
ab6e218
1
Parent(s):
10ab9f9
change comments
Browse files- app/main.py +1 -1
app/main.py
CHANGED
@@ -181,7 +181,7 @@ async def get_answer(item: Item, token: str = Depends(verify_token)):
|
|
181 |
# If there's an error, return a 500 error with the error's details
|
182 |
raise HTTPException(status_code=500, detail=str(e))
|
183 |
|
184 |
-
#
|
185 |
model = joblib.load('app/1713661391.0946255_trained_model.joblib')
|
186 |
pca = joblib.load('app/pca.pkl')
|
187 |
scaler = joblib.load('app/1713661464.8205004_scaler.joblib')
|
|
|
181 |
# If there's an error, return a 500 error with the error's details
|
182 |
raise HTTPException(status_code=500, detail=str(e))
|
183 |
|
184 |
+
# random forest
|
185 |
model = joblib.load('app/1713661391.0946255_trained_model.joblib')
|
186 |
pca = joblib.load('app/pca.pkl')
|
187 |
scaler = joblib.load('app/1713661464.8205004_scaler.joblib')
|