Cargando app
Browse files
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="
|
| 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 |
)
|