Raffaele Terribile
commited on
Elimina print di debug
Browse files
app.py
CHANGED
@@ -27,7 +27,6 @@ class FirstAgent:
|
|
27 |
### First Agent is the first attempt to develop an agent for the course. ###
|
28 |
def __init__(self):
|
29 |
# Usa un modello Hugging Face gratuito
|
30 |
-
print("Present Present" if os.getenv(os.getenv("TOKEN_NAME")) else "Not Present Not Present")
|
31 |
token = os.getenv(os.getenv("TOKEN_NAME"))
|
32 |
os.environ["HF_TOKEN"] = token
|
33 |
model = InferenceClientModel(
|
|
|
27 |
### First Agent is the first attempt to develop an agent for the course. ###
|
28 |
def __init__(self):
|
29 |
# Usa un modello Hugging Face gratuito
|
|
|
30 |
token = os.getenv(os.getenv("TOKEN_NAME"))
|
31 |
os.environ["HF_TOKEN"] = token
|
32 |
model = InferenceClientModel(
|