Zeineb12 commited on
Commit
fb4b919
·
verified ·
1 Parent(s): 9978052

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -35,5 +35,8 @@ agent = CodeAgent(
35
  max_print_outputs_length=None,
36
  prompt_templates=prompt_templates
37
  )
 
 
 
38
  if __name__ == "__main__":
39
  GradioUI(agent).launch()
 
35
  max_print_outputs_length=None,
36
  prompt_templates=prompt_templates
37
  )
38
+
39
+ print("→ HF_HUB_TOKEN is set:", bool(os.getenv("HF_HUB_TOKEN")))
40
+
41
  if __name__ == "__main__":
42
  GradioUI(agent).launch()