Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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",
|