antfraia commited on
Commit
bdc4a5b
·
1 Parent(s): f9b726c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ audio_input = gr.components.Audio(type="filepath")
12
  iface = gr.Interface(
13
  fn=convert_to_text,
14
  inputs=audio_input,
15
- outputs="text"
16
  title="Free audio transcription",
17
  description="Upload an audio here and get a bullet-point summary of its content.",
18
  theme="Monochrome",
 
12
  iface = gr.Interface(
13
  fn=convert_to_text,
14
  inputs=audio_input,
15
+ outputs="text",
16
  title="Free audio transcription",
17
  description="Upload an audio here and get a bullet-point summary of its content.",
18
  theme="Monochrome",