Jesus02 commited on
Commit
d34b17f
·
1 Parent(s): 7d1e349

Cargando app

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ HF_TOKEN = 'hf_your_token_here' # Replace with your actual Hugging Face token
10
  # For example, repo_id="username/iris-decision-tree"
11
  # Use repo_type="model" if it's a model repository
12
  model_path = hf_hub_download(
13
- repo_id="brjapon/iris-dt",
14
  filename="iris_dt.joblib", # The model file stored in the HF repo
15
  repo_type="model" # Could also be 'dataset' if you're storing it that way
16
  )
 
10
  # For example, repo_id="username/iris-decision-tree"
11
  # Use repo_type="model" if it's a model repository
12
  model_path = hf_hub_download(
13
+ repo_id="Jesus02/iris-model-clase",
14
  filename="iris_dt.joblib", # The model file stored in the HF repo
15
  repo_type="model" # Could also be 'dataset' if you're storing it that way
16
  )