SamSwift commited on
Commit
2a6478f
·
1 Parent(s): a546f1f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ demo = gr.Interface(
28
  fn=interface,
29
  inputs=[gr.Dropdown(['Hausa', 'English', 'Yoruba'], value = 'Hausa', label='Select Your Prefered Language'), gr.Audio(source ='microphone', type='filepath')],
30
  outputs="text",
31
- live=False
32
  )
33
 
34
 
 
28
  fn=interface,
29
  inputs=[gr.Dropdown(['Hausa', 'English', 'Yoruba'], value = 'Hausa', label='Select Your Prefered Language'), gr.Audio(source ='microphone', type='filepath')],
30
  outputs="text",
31
+ live=True
32
  )
33
 
34