Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -23,7 +23,7 @@ os.environ["MLFLOW_TRACKING_URI"] = "https://ericjedha-getaround.hf.space"
|
|
| 23 |
# mlflow.set_tracking_uri("https://ericjedha-getaround.hf.space")
|
| 24 |
|
| 25 |
# ID du modèle à charger
|
| 26 |
-
LOGGED_MODEL_URI = 'runs:/f7019001dcb440f9b4a739550c670dba/
|
| 27 |
|
| 28 |
# Dictionnaire pour contenir notre modèle chargé
|
| 29 |
ml_models = {}
|
|
|
|
| 23 |
# mlflow.set_tracking_uri("https://ericjedha-getaround.hf.space")
|
| 24 |
|
| 25 |
# ID du modèle à charger
|
| 26 |
+
LOGGED_MODEL_URI = 'runs:/f7019001dcb440f9b4a739550c670dba/best_estimator'
|
| 27 |
|
| 28 |
# Dictionnaire pour contenir notre modèle chargé
|
| 29 |
ml_models = {}
|