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

Update app.py

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