nickmuchi commited on
Commit
88cec00
1 Parent(s): 3384f62

Update variables.py

Browse files
Files changed (1) hide show
  1. variables.py +1 -1
variables.py CHANGED
@@ -71,7 +71,7 @@ def process_tweets(file,embed_model,query):
71
  chain_type_kwargs=chain_type_kwargs
72
  )
73
 
74
- result = chain({"query": query}, return_only_outputs=True)
75
 
76
  return result
77
 
 
71
  chain_type_kwargs=chain_type_kwargs
72
  )
73
 
74
+ result = chain({"query": query})
75
 
76
  return result
77