ankandrew commited on
Commit
2061420
·
verified ·
1 Parent(s): cd861e8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,7 +35,7 @@ with gr.Blocks(title="NISQA Speech Quality (MOS) Demo") as demo:
35
  """
36
  )
37
  with gr.Row():
38
- audio = gr.Audio(sources=["mic", "upload"], type="filepath", label="Input audio (wav/mp3/m4a...)")
39
  btn = gr.Button("Predict")
40
  out = gr.Dataframe(headers=["Metric", "Score"], label="Results", interactive=False)
41
 
 
35
  """
36
  )
37
  with gr.Row():
38
+ audio = gr.Audio(sources=['upload', 'microphone'], type="filepath", label="Input audio (wav/mp3/m4a...)")
39
  btn = gr.Button("Predict")
40
  out = gr.Dataframe(headers=["Metric", "Score"], label="Results", interactive=False)
41