Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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()
|