OuroborosM commited on
Commit
ad0bfa9
·
1 Parent(s): 52f7098

adjust label

Browse files
Files changed (1) hide show
  1. app.py +10 -3
app.py CHANGED
@@ -703,15 +703,22 @@ with gr.Blocks() as demo:
703
  label="SELECT AI AGENT",
704
  scale= 1.2,
705
  show_label = True,
706
- value="Zero Short Agent"
707
  )
708
- voice_input = gr.Audio(source="microphone", type="filepath", scale= 1.2)
 
 
 
 
 
709
  voice_output = gr.Audio(
710
  source="microphone",
711
  type="filepath",
712
  scale= 1,
713
  interactive=False,
714
- autoplay= True)
 
 
715
  upload_button = gr.UploadButton("✡️ INGEST DB", file_count="multiple", scale= 0)
716
  upload_file_button = gr.UploadButton("📁 UPLOAD", file_count="single", scale= 0)
717
  retry_button = gr.Button("RETRY")
 
703
  label="SELECT AI AGENT",
704
  scale= 1.2,
705
  show_label = True,
706
+ value="Zero Short Agent",
707
  )
708
+ voice_input = gr.Audio(
709
+ source="microphone",
710
+ type="filepath",
711
+ scale= 1.2,
712
+ label= "INPUT",
713
+ )
714
  voice_output = gr.Audio(
715
  source="microphone",
716
  type="filepath",
717
  scale= 1,
718
  interactive=False,
719
+ autoplay= True,
720
+ label= "OUTPUT",
721
+ )
722
  upload_button = gr.UploadButton("✡️ INGEST DB", file_count="multiple", scale= 0)
723
  upload_file_button = gr.UploadButton("📁 UPLOAD", file_count="single", scale= 0)
724
  retry_button = gr.Button("RETRY")