darshan8950 commited on
Commit
90b3068
·
verified ·
1 Parent(s): e60d9fc

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -61,7 +61,7 @@ def recommend():
61
 
62
  for response in stream:
63
  output += response.token.text
64
- return jsonify({"ans": output})
65
  else:
66
  return jsonify({"error": "Invalid request method"})
67
 
 
61
 
62
  for response in stream:
63
  output += response.token.text
64
+ return jsonify({"ans": output})
65
  else:
66
  return jsonify({"error": "Invalid request method"})
67