textToSQL commited on
Commit
1b0a848
·
1 Parent(s): 60378d8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ def transcribe(audio):
25
 
26
 
27
  gr.Interface(
28
- title = 'OpenAI Whisper ASR Gradio Web UI',
29
  fn=transcribe,
30
  inputs=[
31
  gr.inputs.Audio(source="microphone", type="filepath")
 
25
 
26
 
27
  gr.Interface(
28
+ title = 'Talk to NP',
29
  fn=transcribe,
30
  inputs=[
31
  gr.inputs.Audio(source="microphone", type="filepath")