OuroborosM commited on
Commit
408e795
·
1 Parent(s): 267deca

update dropdown value

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1839,7 +1839,7 @@ with gr.Blocks() as demo:
1839
  label="SELECT AI AGENT",
1840
  scale= 2,
1841
  show_label = True,
1842
- value="Zero Short React 2",
1843
  )
1844
  voice_input = gr.Audio(
1845
  source="microphone",
 
1839
  label="SELECT AI AGENT",
1840
  scale= 2,
1841
  show_label = True,
1842
+ value=os.environ["agent_type"],
1843
  )
1844
  voice_input = gr.Audio(
1845
  source="microphone",