Spaces:
Sleeping
Sleeping
jerrybwang commited on
Commit ·
66789be
1
Parent(s): 2196747
app.py
CHANGED
|
@@ -93,7 +93,7 @@ def _audio_to_tuple(audio):
|
|
| 93 |
SPEAKERS = [
|
| 94 |
"Aiden", "Dylan", "Eric", "Ono_anna", "Ryan", "Serena", "Sohee", "Uncle_fu", "Vivian"
|
| 95 |
]
|
| 96 |
-
LANGUAGES = ["Auto", "中文", "
|
| 97 |
|
| 98 |
|
| 99 |
@spaces.GPU(duration=60)
|
|
|
|
| 93 |
SPEAKERS = [
|
| 94 |
"Aiden", "Dylan", "Eric", "Ono_anna", "Ryan", "Serena", "Sohee", "Uncle_fu", "Vivian"
|
| 95 |
]
|
| 96 |
+
LANGUAGES = ["Auto", "中文", "English", "Japanese", "Korean", "French", "German", "Spanish", "Portuguese", "Russian"]
|
| 97 |
|
| 98 |
|
| 99 |
@spaces.GPU(duration=60)
|