Spaces:
Runtime error
Runtime error
Commit
·
027123e
1
Parent(s):
e03c194
update source MODEL_NAME
Browse files
app.py
CHANGED
@@ -132,8 +132,8 @@ source_languages = {
|
|
132 |
|
133 |
source_language_list = [key[0] for key in source_languages.items()]
|
134 |
|
135 |
-
MODEL_NAME = "
|
136 |
-
lang = "
|
137 |
|
138 |
device = 0 if torch.cuda.is_available() else "cpu"
|
139 |
pipe = pipeline(
|
|
|
132 |
|
133 |
source_language_list = [key[0] for key in source_languages.items()]
|
134 |
|
135 |
+
MODEL_NAME = "cahya/whisper-medium-id"
|
136 |
+
lang = "id"
|
137 |
|
138 |
device = 0 if torch.cuda.is_available() else "cpu"
|
139 |
pipe = pipeline(
|