Helw150 commited on
Commit
6aa1675
1 Parent(s): 67ab5d0

See if yield works now?

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -91,7 +91,7 @@ def response(state: AppState, audio: tuple):
91
  start = True
92
  else:
93
  state.conversation[-1]["content"] = resp
94
- # yield state, state.conversation
95
 
96
  del outs.logits
97
  del outs.hidden_states
 
91
  start = True
92
  else:
93
  state.conversation[-1]["content"] = resp
94
+ yield state, state.conversation
95
 
96
  del outs.logits
97
  del outs.hidden_states