OuroborosM commited on
Commit
5f26453
·
1 Parent(s): b924e22

correct defaut value for dropdown

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="OpenAI Multi"
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(