Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -47,6 +47,7 @@ from smolagents import (
|
|
| 47 |
from smolagents.agent_types import AgentText, AgentImage, AgentAudio
|
| 48 |
from smolagents.gradio_ui import pull_messages_from_step, handle_agent_output_types
|
| 49 |
|
|
|
|
| 50 |
|
| 51 |
WOLFRAM_RESPONSE_KEYS = [
|
| 52 |
"Result",
|
|
@@ -198,7 +199,6 @@ AUTHORIZED_IMPORTS = [
|
|
| 198 |
"csv",
|
| 199 |
]
|
| 200 |
load_dotenv(override=True)
|
| 201 |
-
login(os.getenv("HF_TOKEN"))
|
| 202 |
|
| 203 |
append_answer_lock = threading.Lock()
|
| 204 |
|
|
|
|
| 47 |
from smolagents.agent_types import AgentText, AgentImage, AgentAudio
|
| 48 |
from smolagents.gradio_ui import pull_messages_from_step, handle_agent_output_types
|
| 49 |
|
| 50 |
+
# login(os.getenv("HF_TOKEN"))
|
| 51 |
|
| 52 |
WOLFRAM_RESPONSE_KEYS = [
|
| 53 |
"Result",
|
|
|
|
| 199 |
"csv",
|
| 200 |
]
|
| 201 |
load_dotenv(override=True)
|
|
|
|
| 202 |
|
| 203 |
append_answer_lock = threading.Lock()
|
| 204 |
|