Staticaliza commited on
Commit
f1db579
1 Parent(s): d1f0e94

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -77,7 +77,6 @@ def predict(access_key, instruction, history, input, wrap, model, temperature, t
77
  return_full_text = False
78
  )
79
 
80
- sy_l, sy_r = SPECIAL_SYMBOLS[0], SPECIAL_SYMBOLS[1]
81
  result = wrap % (response)
82
 
83
  for stop in stops:
 
77
  return_full_text = False
78
  )
79
 
 
80
  result = wrap % (response)
81
 
82
  for stop in stops: