Omnibus commited on
Commit
75f7be4
1 Parent(s): 71eb1e0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -56,6 +56,7 @@ def generate(prompt, history,max_new_tokens,temperature=temperature,top_p=top_p,
56
  #seed=42,
57
  )
58
  cnt=0
 
59
  for ea in history:
60
  print (ea)
61
  for l in ea:
 
56
  #seed=42,
57
  )
58
  cnt=0
59
+ history1=history
60
  for ea in history:
61
  print (ea)
62
  for l in ea: