ericjedha commited on
Commit
eb64c0e
·
verified ·
1 Parent(s): 80522c8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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/best_estimator'
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/model'
27
 
28
  # Dictionnaire pour contenir notre modèle chargé
29
  ml_models = {}