coan commited on
Commit
0fe4e84
·
verified ·
1 Parent(s): cc6c6cc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ from huggingface_hub import hf_hub_download
4
  import pandas as pd
5
 
6
  # Carregar o modelo diretamente do Hugging Face
7
- model_path = hf_hub_download(repo_id="coan/botClaiton", filename="model.pkl")
8
  model = load(model_path)
9
 
10
  # Função de previsão
 
4
  import pandas as pd
5
 
6
  # Carregar o modelo diretamente do Hugging Face
7
+ model_path = hf_hub_download(repo_id="coan/botClaiton", filename="model.joblib")
8
  model = load(model_path)
9
 
10
  # Função de previsão