ShakhzoDavronov commited on
Commit
27072e0
·
verified ·
1 Parent(s): 987d476

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ def save_audio_chunk_to_temp(audio):
16
 
17
  iface = gr.Interface(
18
  fn=save_audio_chunk_to_temp,
19
- inputs=gr.Audio(source="microphone", streaming=True),
20
  outputs="text",
21
  live=True
22
  )
 
16
 
17
  iface = gr.Interface(
18
  fn=save_audio_chunk_to_temp,
19
+ inputs=gr.Audio(sources=["microphone"], streaming=True),
20
  outputs="text",
21
  live=True
22
  )