nes470 commited on
Commit
902be4e
1 Parent(s): 629e2f1

Update QBpipeline.py

Browse files
Files changed (1) hide show
  1. QBpipeline.py +1 -1
QBpipeline.py CHANGED
@@ -29,7 +29,7 @@ class QApipeline(Pipeline):
29
 
30
  print("in __call___")
31
 
32
- return {"answer": answer}
33
 
34
  def _process_output(self, outputs: Any) -> str:
35
 
 
29
 
30
  print("in __call___")
31
 
32
+ return answer
33
 
34
  def _process_output(self, outputs: Any) -> str:
35