ericjedha commited on
Commit
e31c6a3
·
verified ·
1 Parent(s): ad42521

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:/3b12ae0ccd3648d3888571e25e22f500/model'
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 = {}