Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -702,7 +702,7 @@ with gr.Blocks(css=".gradio-container {background-color: lightgray}") as block:
|
|
702 |
"German", "German (Austrian)", "Georgian", "Hindi", "Icelandic", "Indonesian", "Italian", "Japanese",
|
703 |
"Korean", "Norwegian", "Polish",
|
704 |
"Portuguese (Brazilian)", "Portuguese (European)", "Romanian", "Russian", "Spanish (European)",
|
705 |
-
"Spanish (Mexican)", "Spanish (US)", "Swedish", "Turkish", "Ukrainian", "Welsh"],
|
706 |
value=WHISPER_DETECT_LANG)
|
707 |
|
708 |
whisper_lang_radio.change(update_foo,
|
@@ -724,7 +724,7 @@ with gr.Blocks(css=".gradio-container {background-color: lightgray}") as block:
|
|
724 |
"German", "German (Austrian)", "Georgian", "Hindi", "Icelandic", "Indonesian", "Italian", "Japanese",
|
725 |
"Korean", "Norwegian", "Polish",
|
726 |
"Portuguese (Brazilian)", "Portuguese (European)", "Romanian", "Russian", "Spanish (European)",
|
727 |
-
"Spanish (Mexican)", "Spanish (US)", "Swedish", "Turkish", "Ukrainian", "Welsh",
|
728 |
"emojis", "Gen Z slang", "how the stereotypical Karen would say it", "Klingon", "Neanderthal",
|
729 |
"Pirate", "Strange Planet expospeak technical talk", "Yoda"],
|
730 |
value=TRANSLATE_TO_DEFAULT)
|
|
|
702 |
"German", "German (Austrian)", "Georgian", "Hindi", "Icelandic", "Indonesian", "Italian", "Japanese",
|
703 |
"Korean", "Norwegian", "Polish",
|
704 |
"Portuguese (Brazilian)", "Portuguese (European)", "Romanian", "Russian", "Spanish (European)",
|
705 |
+
"Spanish (Mexican)", "Spanish (US)", "Swedish", "Turkish", "Ukrainian", "Vietnamese", "Welsh"],
|
706 |
value=WHISPER_DETECT_LANG)
|
707 |
|
708 |
whisper_lang_radio.change(update_foo,
|
|
|
724 |
"German", "German (Austrian)", "Georgian", "Hindi", "Icelandic", "Indonesian", "Italian", "Japanese",
|
725 |
"Korean", "Norwegian", "Polish",
|
726 |
"Portuguese (Brazilian)", "Portuguese (European)", "Romanian", "Russian", "Spanish (European)",
|
727 |
+
"Spanish (Mexican)", "Spanish (US)", "Swedish", "Turkish", "Ukrainian", "Vietnamese", "Welsh",
|
728 |
"emojis", "Gen Z slang", "how the stereotypical Karen would say it", "Klingon", "Neanderthal",
|
729 |
"Pirate", "Strange Planet expospeak technical talk", "Yoda"],
|
730 |
value=TRANSLATE_TO_DEFAULT)
|