Spaces:
Sleeping
Sleeping
killian31
commited on
Commit
·
272fe46
1
Parent(s):
f4b4d99
feat: norwegian language (no)
Browse files
app.py
CHANGED
@@ -72,7 +72,7 @@ if __name__ == "__main__":
|
|
72 |
sources=["upload", "microphone"], type="filepath", label="Audio File"
|
73 |
),
|
74 |
gr.Dropdown(
|
75 |
-
["en", "es", "fr", "de", "it", "nl", "ru", "zh"],
|
76 |
label="Language",
|
77 |
value="en",
|
78 |
),
|
|
|
72 |
sources=["upload", "microphone"], type="filepath", label="Audio File"
|
73 |
),
|
74 |
gr.Dropdown(
|
75 |
+
["en", "es", "fr", "de", "it", "nl", "ru", "no", "zh"],
|
76 |
label="Language",
|
77 |
value="en",
|
78 |
),
|