akadriu commited on
Commit
2faa91c
·
verified ·
1 Parent(s): 1b6f227

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,7 +34,7 @@ mic_transcribe = gr.Interface(
34
  file_transcribe = gr.Interface(
35
  fn=transcribe_speech,
36
  inputs=gr.Audio(sources="upload", type="filepath"),
37
- outputs=gr.outputs.Textbox(),
38
  )
39
 
40
  with demo:
 
34
  file_transcribe = gr.Interface(
35
  fn=transcribe_speech,
36
  inputs=gr.Audio(sources="upload", type="filepath"),
37
+ outputs="text",
38
  )
39
 
40
  with demo: