shukdevdattaEX commited on
Commit
4aeaa17
·
verified ·
1 Parent(s): e89da23

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -468,7 +468,7 @@ def create_nexus_interface():
468
  with gr.Row():
469
  with gr.Column(scale=1, elem_classes=["input-card"]):
470
  audio_file = gr.Audio(
471
- label="Upload Audio",
472
  type="filepath"
473
  )
474
  audio_question = gr.Textbox(
 
468
  with gr.Row():
469
  with gr.Column(scale=1, elem_classes=["input-card"]):
470
  audio_file = gr.Audio(
471
+ label="Upload Audio (WAV File supported)",
472
  type="filepath"
473
  )
474
  audio_question = gr.Textbox(