bstraehle commited on
Commit
b7f6916
·
verified ·
1 Parent(s): d1de168

Update crew.py

Browse files
Files changed (1) hide show
  1. crew.py +1 -1
crew.py CHANGED
@@ -49,6 +49,6 @@ def run_crew(question):
49
  verbose=True
50
  )
51
 
52
- answer = crew().kickoff(inputs={"topic": question})
53
 
54
  return get_final_answer(question, answer)
 
49
  verbose=True
50
  )
51
 
52
+ answer = crew.kickoff(inputs={"topic": question})
53
 
54
  return get_final_answer(question, answer)