slapula commited on
Commit
d705ab3
1 Parent(s): e2aa46f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -63,7 +63,7 @@ mic_transcribe = gr.Interface(
63
  gr.inputs.Textbox(label="Word/Phrase"),
64
  gr.inputs.Checkbox(default=False, label="Return timestamps"),
65
  ],
66
- outputs=["text", "grade"],
67
  layout="vertical",
68
  theme="huggingface",
69
  title="Whisper Demo: Transcribe Audio",
 
63
  gr.inputs.Textbox(label="Word/Phrase"),
64
  gr.inputs.Checkbox(default=False, label="Return timestamps"),
65
  ],
66
+ outputs=["text", "text"],
67
  layout="vertical",
68
  theme="huggingface",
69
  title="Whisper Demo: Transcribe Audio",