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

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"]
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",