Spaces:
Runtime error
Runtime error
Cahya Wirawan
commited on
Commit
•
3354e39
1
Parent(s):
7191ca8
add port 7870
Browse files- app/whisper.py +2 -6
app/whisper.py
CHANGED
@@ -23,11 +23,7 @@ whisper_models = {
|
|
23 |
"Indonesian Whisper Medium": {
|
24 |
"name": "cahya/whisper-medium-id",
|
25 |
"pipe": None,
|
26 |
-
}
|
27 |
-
"OpenAI Whisper Medium": {
|
28 |
-
"name": "openai/whisper-medium",
|
29 |
-
"pipe": None,
|
30 |
-
},
|
31 |
}
|
32 |
lang = "id"
|
33 |
title = "Indonesian Whisperer"
|
@@ -162,4 +158,4 @@ with gr.Blocks() as blocks:
|
|
162 |
[text_source, text_target, audio, system_info],
|
163 |
)
|
164 |
|
165 |
-
blocks.launch()
|
|
|
23 |
"Indonesian Whisper Medium": {
|
24 |
"name": "cahya/whisper-medium-id",
|
25 |
"pipe": None,
|
26 |
+
}
|
|
|
|
|
|
|
|
|
27 |
}
|
28 |
lang = "id"
|
29 |
title = "Indonesian Whisperer"
|
|
|
158 |
[text_source, text_target, audio, system_info],
|
159 |
)
|
160 |
|
161 |
+
blocks.launch(server_port=7870)
|