sotirios-slv commited on
Commit
0e42c86
·
1 Parent(s): 0547be0

Updated the input - fixed error

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -51,7 +51,7 @@ def transcribe_audio(audio):
51
 
52
 
53
  input_audio = gr.Audio(
54
- source="microphone",
55
  type="filepath",
56
  optional=True,
57
  waveform_options=gr.WaveformOptions(
 
51
 
52
 
53
  input_audio = gr.Audio(
54
+ sources=["microphone"],
55
  type="filepath",
56
  optional=True,
57
  waveform_options=gr.WaveformOptions(