Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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"
|
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:",
|