raghuram13 commited on
Commit
4ff9ed0
·
1 Parent(s): bde710f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -11,5 +11,6 @@ gr.Interface(
11
  fn=audiototext,
12
  inputs=gr.Audio(source="upload", type="filepath"),
13
  outputs=["textbox"],
14
- examples = ['Hey_Siri.wav', 'Martin.mp3','download.wav','30_Second_Song.mp3']
 
15
  ).launch()
 
11
  fn=audiototext,
12
  inputs=gr.Audio(source="upload", type="filepath"),
13
  outputs=["textbox"],
14
+ examples = ['Hey_Siri.wav', 'Martin.mp3','download.wav','30_Second_Song.mp3'],
15
+ title = "AUDIO TO TEXT CONVERSION"
16
  ).launch()