Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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.
|
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
|