ajwthompson commited on
Commit
50a4812
·
1 Parent(s): b7b8c11

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -48,8 +48,8 @@ class ChatWrapper:
48
  raise e
49
  finally:
50
  self.lock.release()
51
- #return history, history
52
- return inp, output
53
 
54
 
55
  chat = ChatWrapper()
 
48
  raise e
49
  finally:
50
  self.lock.release()
51
+ return history, history
52
+ #return inp, output, history, history
53
 
54
 
55
  chat = ChatWrapper()