Spaces:
Runtime error
Runtime error
Commit
·
5f26453
1
Parent(s):
b924e22
correct defaut value for dropdown
Browse files
app.py
CHANGED
@@ -691,7 +691,7 @@ with gr.Blocks() as demo:
|
|
691 |
label="SELECT AI AGENT",
|
692 |
scale= 1,
|
693 |
show_label = True,
|
694 |
-
value="
|
695 |
)
|
696 |
voice_input = gr.Audio(source="microphone", type="filepath", scale= 1)
|
697 |
voice_output = gr.Audio(
|
|
|
691 |
label="SELECT AI AGENT",
|
692 |
scale= 1,
|
693 |
show_label = True,
|
694 |
+
value="Zero Short Agent"
|
695 |
)
|
696 |
voice_input = gr.Audio(source="microphone", type="filepath", scale= 1)
|
697 |
voice_output = gr.Audio(
|