Helw150 commited on
Commit
8abf06c
·
1 Parent(s): bf9ca9b
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -98,7 +98,6 @@ def response(state: AppState, audio: tuple):
98
  outs.past_key_values = tuple(
99
  tuple(vec.cpu().numpy() for vec in tup) for tup in outs.past_key_values
100
  )
101
- print(outs)
102
  return (
103
  AppState(conversation=state.conversation),
104
  state.conversation,
 
98
  outs.past_key_values = tuple(
99
  tuple(vec.cpu().numpy() for vec in tup) for tup in outs.past_key_values
100
  )
 
101
  return (
102
  AppState(conversation=state.conversation),
103
  state.conversation,