rahulnamdev commited on
Commit
ac91d16
·
verified ·
1 Parent(s): 58b19e1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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