krrishk22 commited on
Commit
da9be1c
·
verified ·
1 Parent(s): df34553

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -107,8 +107,7 @@ model_id='sarvamai/sarvam-m',# it is possible that this model may be overloaded
107
  # Import tool from Hub
108
  image_generation_tool = load_tool("agents-course/text-to-image", trust_remote_code=True)
109
 
110
- with open("prompts.yaml", 'r') as stream:
111
- prompt_templates = yaml.safe_load(stream)
112
 
113
  agent = CodeAgent(
114
  model=model,
 
107
  # Import tool from Hub
108
  image_generation_tool = load_tool("agents-course/text-to-image", trust_remote_code=True)
109
 
110
+
 
111
 
112
  agent = CodeAgent(
113
  model=model,