youngtsai commited on
Commit
e109b5b
·
1 Parent(s): 53235a0

# audio.stream

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -108,9 +108,9 @@ with gr.Blocks(theme=theme) as demo:
108
  msg.submit(show_message, [msg, chatbot], [msg, chatbot], queue=False).then(
109
  **streaming_event_kwargs
110
  )
111
- audio.stream(transcribe, inputs=[audio, chatbot, openai_key], outputs=[chatbot]).then(
112
- **streaming_event_kwargs
113
- )
114
 
115
  clear.click(lambda: None, None, chatbot, queue=False)
116
 
 
108
  msg.submit(show_message, [msg, chatbot], [msg, chatbot], queue=False).then(
109
  **streaming_event_kwargs
110
  )
111
+ # audio.stream(transcribe, inputs=[audio, chatbot, openai_key], outputs=[chatbot]).then(
112
+ # **streaming_event_kwargs
113
+ # )
114
 
115
  clear.click(lambda: None, None, chatbot, queue=False)
116