Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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:
|