eaglelandsonce commited on
Commit
2c05226
1 Parent(s): eb5bb70

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -184,9 +184,8 @@ def crewai_process(research_topic):
184
 
185
  # Instantiate your crew with a sequential process
186
  crew = Crew(
187
- agents=[author, poet],
188
- tasks=[task1, task6],
189
- verbose=2,
190
  process=Process.sequential
191
  )
192
 
 
184
 
185
  # Instantiate your crew with a sequential process
186
  crew = Crew(
187
+ agents=[author, illustrator],
188
+ tasks=[task1, task2],
 
189
  process=Process.sequential
190
  )
191