Update app.py
Browse files
app.py
CHANGED
|
@@ -13,7 +13,7 @@ from sklearn.ensemble import RandomForestClassifier
|
|
| 13 |
from sklearn.model_selection import train_test_split, cross_val_score
|
| 14 |
from sklearn.metrics import accuracy_score, precision_score, recall_score, f1_score
|
| 15 |
from sklearn.preprocessing import LabelEncoder
|
| 16 |
-
from
|
| 17 |
|
| 18 |
# Authenticate with Hugging Face
|
| 19 |
hf_token = os.getenv("HF_TOKEN")
|
|
|
|
| 13 |
from sklearn.model_selection import train_test_split, cross_val_score
|
| 14 |
from sklearn.metrics import accuracy_score, precision_score, recall_score, f1_score
|
| 15 |
from sklearn.preprocessing import LabelEncoder
|
| 16 |
+
from smolagents.types import AgentText
|
| 17 |
|
| 18 |
# Authenticate with Hugging Face
|
| 19 |
hf_token = os.getenv("HF_TOKEN")
|