ldhldh commited on
Commit
4fe2d13
Β·
1 Parent(s): 863d2eb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -58,7 +58,7 @@ def chat(x):
58
  fn_index=0
59
  )
60
  result = str(result)
61
- output = result[len(x.rsplit(':', 1)[0])+1:]
62
  output = re.sub('ν•˜ν•˜','γ…Žγ…Ž', output)
63
  output = output.split('띓')[0]
64
  output = output.split('endoftext')[0]
 
58
  fn_index=0
59
  )
60
  result = str(result)
61
+ output = result[len(x.rsplit(':', 1)[0])+2:]
62
  output = re.sub('ν•˜ν•˜','γ…Žγ…Ž', output)
63
  output = output.split('띓')[0]
64
  output = output.split('endoftext')[0]