Siddhant commited on
Commit
67ad39b
·
verified ·
1 Parent(s): b9a6dd9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -596,10 +596,10 @@ with gr.Blocks(
596
  scale=1,
597
  )
598
  with gr.Column(scale=1):
599
- output_audio = gr.Audio(label="Output", autoplay=True, visible=True)
600
- output_audio1 = gr.Audio(label="Output1", autoplay=False, visible=False)
601
- output_asr_text = gr.Textbox(label="ASR output")
602
- output_text = gr.Textbox(label="LLM output")
603
  eval_radio = gr.Radio(
604
  choices=[
605
  "Latency",
 
596
  scale=1,
597
  )
598
  with gr.Column(scale=1):
599
+ output_audio = gr.Audio(label="Output", autoplay=True, visible=True, interactive=False)
600
+ output_audio1 = gr.Audio(label="Output1", autoplay=False, visible=False, interactive=False)
601
+ output_asr_text = gr.Textbox(label="ASR output", interactive=False)
602
+ output_text = gr.Textbox(label="LLM output", interactive=False)
603
  eval_radio = gr.Radio(
604
  choices=[
605
  "Latency",