ArmelR commited on
Commit
0d4c0f2
·
1 Parent(s): d91aca7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -108,7 +108,6 @@ def generate(
108
  previous_token = ""
109
 
110
  for response in stream:
111
- print("Response : "+str(response))
112
  if (
113
  (response.token.text in ["Human", "-----", "Question:"]
114
  and previous_token in ["\n", "-----"])
 
108
  previous_token = ""
109
 
110
  for response in stream:
 
111
  if (
112
  (response.token.text in ["Human", "-----", "Question:"]
113
  and previous_token in ["\n", "-----"])