Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -4,9 +4,9 @@ from smolagents import HfApiModel
|
|
| 4 |
import os
|
| 5 |
|
| 6 |
#Agent Example
|
| 7 |
-
model = HfApiModel(model_id="Qwen/Qwen2.5-Coder-32B-Instruct", token=os.getenv('Testing'))
|
| 8 |
-
agent = CodeAgent(tools=[], model=model)
|
| 9 |
-
agent.run("How many seconds would it take for a leopard at full speed to run through Pont des Arts?")
|
| 10 |
|
| 11 |
# Access HF Hub
|
| 12 |
import huggingface_hub
|
|
|
|
| 4 |
import os
|
| 5 |
|
| 6 |
#Agent Example
|
| 7 |
+
#model = HfApiModel(model_id="Qwen/Qwen2.5-Coder-32B-Instruct", token=os.getenv('Testing'))
|
| 8 |
+
#agent = CodeAgent(tools=[], model=model)
|
| 9 |
+
#agent.run("How many seconds would it take for a leopard at full speed to run through Pont des Arts?")
|
| 10 |
|
| 11 |
# Access HF Hub
|
| 12 |
import huggingface_hub
|