BoddyGus commited on
Commit
11ef0c9
·
verified ·
1 Parent(s): 87e2373

Adding HUGGINGFACEHUB_API_TOKEN

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ DEFAULT_API_URL = "https://agents-course-unit4-scoring.hf.space"
22
  # --- Basic Agent Definition ---
23
  # ----- THIS IS WERE YOU CAN BUILD WHAT YOU WANT ------
24
 
25
-
26
  class BasicAgent:
27
  def __init__(self):
28
  print("BasicAgent initialized.")
 
22
  # --- Basic Agent Definition ---
23
  # ----- THIS IS WERE YOU CAN BUILD WHAT YOU WANT ------
24
 
25
+ os.getenv("HUGGINGFACEHUB_API_TOKEN")
26
  class BasicAgent:
27
  def __init__(self):
28
  print("BasicAgent initialized.")