gusdelact commited on
Commit
8485eba
·
verified ·
1 Parent(s): 9d42348

Upload app.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -5
app.py CHANGED
@@ -52,11 +52,7 @@ def download_from_kaggle():
52
  print("Descargando modelo desde Kaggle...")
53
  os.makedirs(MODEL_DIR, exist_ok=True)
54
  api.model_instance_version_download(
55
- "gustavodelacruztovar",
56
- "iris-xgboost-feature-engineered",
57
- "Other",
58
- "default",
59
- "1",
60
  path=MODEL_DIR,
61
  untar=True,
62
  )
 
52
  print("Descargando modelo desde Kaggle...")
53
  os.makedirs(MODEL_DIR, exist_ok=True)
54
  api.model_instance_version_download(
55
+ "gustavodelacruztovar/iris-xgboost-feature-engineered/Other/default/1",
 
 
 
 
56
  path=MODEL_DIR,
57
  untar=True,
58
  )