FarmerlineML commited on
Commit
1f8f25c
·
verified ·
1 Parent(s): b7844d9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -66,7 +66,7 @@ with gr.Blocks(title="🌐 Multilingual ASR Demo") as demo:
66
 
67
  with gr.Row():
68
  audio = gr.Audio(
69
- source=["upload", "microphone"],
70
  type="filepath",
71
  label="Upload or Record Audio"
72
  )
 
66
 
67
  with gr.Row():
68
  audio = gr.Audio(
69
+ sources=["upload", "microphone"],
70
  type="filepath",
71
  label="Upload or Record Audio"
72
  )