netrosec commited on
Commit
b88a927
·
1 Parent(s): 391c4c0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ def SpeechToText(audio):
28
 
29
  print("Starting the Gradio Web UI")
30
  gr.Interface(
31
- title = 'OpenAI Whisper implementation on Gradio Web UI',
32
  fn=SpeechToText,
33
 
34
  inputs=[
 
28
 
29
  print("Starting the Gradio Web UI")
30
  gr.Interface(
31
+ title = 'Voice Transcriber',
32
  fn=SpeechToText,
33
 
34
  inputs=[