Spaces:
Runtime error
Runtime error
Commit
·
7c10fee
1
Parent(s):
990cad9
update UI
Browse files
app.py
CHANGED
@@ -613,9 +613,10 @@ with gr.Blocks() as demo:
|
|
613 |
agentchoice = gr.Dropdown(
|
614 |
choices=['Zero Short Agent','Zero Short React','OpenAI Multi'],
|
615 |
label="Select Agent",
|
|
|
616 |
)
|
617 |
-
voice_input = gr.Audio(source="microphone", type="filepath", scale=
|
618 |
-
voice_output = gr.Audio(type="filepath", scale=
|
619 |
with gr.Accordion(
|
620 |
label = "LOGS",
|
621 |
open = False,
|
|
|
613 |
agentchoice = gr.Dropdown(
|
614 |
choices=['Zero Short Agent','Zero Short React','OpenAI Multi'],
|
615 |
label="Select Agent",
|
616 |
+
scale= 1,
|
617 |
)
|
618 |
+
voice_input = gr.Audio(source="microphone", type="filepath", scale= 1)
|
619 |
+
voice_output = gr.Audio(source="microphone", type="filepath", scale= 1, interactive=False)
|
620 |
with gr.Accordion(
|
621 |
label = "LOGS",
|
622 |
open = False,
|