Bishan commited on
Commit
26c4803
1 Parent(s): 977912d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -102,7 +102,7 @@ def parse(wav_file, language):
102
  options = ['Hindi','Odia','Assamese','Sanskrit','Punjabi','Urdu','Rajasthani','Marathi','Malayalam','Maithili','Dogri','Bhojpuri','Tamil','Telugu','Nepali','Kannada','Gujarati','Bengali','English']
103
 
104
 
105
- language = gr.Dropdown(options,label="Select language",value = "Hindi")
106
  input_ = gr.Audio(source="upload", type="filepath")
107
  txtbox = gr.Textbox(
108
  label="Output from model will appear here:",
 
102
  options = ['Hindi','Odia','Assamese','Sanskrit','Punjabi','Urdu','Rajasthani','Marathi','Malayalam','Maithili','Dogri','Bhojpuri','Tamil','Telugu','Nepali','Kannada','Gujarati','Bengali','English']
103
 
104
 
105
+ language = gr.Dropdown(options,label="Select language")
106
  input_ = gr.Audio(source="upload", type="filepath")
107
  txtbox = gr.Textbox(
108
  label="Output from model will appear here:",