khalidey commited on
Commit
5b8fd04
1 Parent(s): f49454a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ def transcribe(audio):
11
 
12
  iface = gr.Interface(
13
  fn=transcribe,
14
- inputs=gr.Audio(source="microphone", type="filepath"),
15
  outputs=[
16
  gr.Textbox(label='Transcribed Speech'),
17
  gr.Textbox(label='Swedish GPT Generated Speech')
 
11
 
12
  iface = gr.Interface(
13
  fn=transcribe,
14
+ inputs=gr.Audio(source="microphone", type="filepath", label="Audio from Microphone"),
15
  outputs=[
16
  gr.Textbox(label='Transcribed Speech'),
17
  gr.Textbox(label='Swedish GPT Generated Speech')