dineshb commited on
Commit
915268c
Β·
1 Parent(s): dfe8128

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -64,7 +64,7 @@ mf_transcribe = gr.Interface(
64
  gr.inputs.Audio(source="microphone", type="filepath", optional=True),
65
  gr.inputs.Audio(source="upload", type="filepath", optional=True),
66
  ],
67
- outputs=["text", gr.File(label="Download")]
68
  layout="horizontal",
69
  theme="huggingface",
70
  title="Whisper Demo: Transcribe Audio",
 
64
  gr.inputs.Audio(source="microphone", type="filepath", optional=True),
65
  gr.inputs.Audio(source="upload", type="filepath", optional=True),
66
  ],
67
+ outputs=["text"]
68
  layout="horizontal",
69
  theme="huggingface",
70
  title="Whisper Demo: Transcribe Audio",