mskov commited on
Commit
3212929
Β·
1 Parent(s): 08ac921

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,7 +31,7 @@ def transcribe(audio):
31
  iface = gr.Interface(
32
  fn=transcribe,
33
  inputs=gr.Audio(source="microphone", type="filepath"),
34
- outputs="text", "text"
35
  title="Whisper Small Miso Test",
36
  )
37
 
 
31
  iface = gr.Interface(
32
  fn=transcribe,
33
  inputs=gr.Audio(source="microphone", type="filepath"),
34
+ outputs="text",
35
  title="Whisper Small Miso Test",
36
  )
37