freddyaboulton HF staff commited on
Commit
a642e14
·
1 Parent(s): ae1a6b4
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -60,7 +60,7 @@ def transcribe(audio: tuple[int, np.ndarray], transformers_convo: list[dict], gr
60
 
61
 
62
  with gr.Blocks() as demo:
63
- transformers_convo = gr.State()
64
  with gr.Row():
65
  with gr.Column():
66
  audio = WebRTC(
 
60
 
61
 
62
  with gr.Blocks() as demo:
63
+ transformers_convo = gr.State(value=[])
64
  with gr.Row():
65
  with gr.Column():
66
  audio = WebRTC(