yetessam commited on
Commit
7686479
·
verified ·
1 Parent(s): 4aba49e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ import pytz # Had to give it permission in Code agent
11
 
12
  from tools.tools import tools
13
 
14
- from agents.model import load_huggingface_mode
15
  from agents.prompts import load_prompts
16
 
17
 
 
11
 
12
  from tools.tools import tools
13
 
14
+ from agents.model import load_huggingface_model
15
  from agents.prompts import load_prompts
16
 
17