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

Update app.py

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