Raffaele Terribile commited on
Commit
bb5402f
·
unverified ·
1 Parent(s): 2dec309

Elimina print di debug

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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(