24f2000010 commited on
Commit
99f01e8
·
verified ·
1 Parent(s): 1b5d602

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import numpy as np
4
  from huggingface_hub import hf_hub_download
5
 
6
  model_path = hf_hub_download(
7
- repo_id="USERNAME/iris-sklearn-model",
8
  filename="model.joblib"
9
  )
10
 
 
4
  from huggingface_hub import hf_hub_download
5
 
6
  model_path = hf_hub_download(
7
+ repo_id="24f2000010/iris-sklearn-model",
8
  filename="model.joblib"
9
  )
10