Siddhant commited on
Commit
c6b7499
1 Parent(s): 88f44a8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -321,7 +321,7 @@ def transcribe(stream, new_chunk):
321
  demo = gr.Interface(
322
  transcribe,
323
  ["state", gr.Audio(sources=["microphone"], streaming=True, waveform_options=gr.WaveformOptions(sample_rate=16000))],
324
- ["state", gr.Textbox(label="ASR output"),gr.Textbox(label="LLM output"), gr.Audio(label="Output", autoplay=True,visible=True,)],
325
  live=True,
326
  )
327
  # with demo:
 
321
  demo = gr.Interface(
322
  transcribe,
323
  ["state", gr.Audio(sources=["microphone"], streaming=True, waveform_options=gr.WaveformOptions(sample_rate=16000))],
324
+ ["state", gr.Textbox(label="ASR output"),gr.Textbox(label="LLM output"), gr.Audio(label="TTS Output", autoplay=True,visible=True,)],
325
  live=True,
326
  )
327
  # with demo: