Spaces:
Sleeping
Sleeping
arturslogins/whisper-medium-lv
Browse files
app.py
CHANGED
@@ -101,6 +101,7 @@ transcribe = gr.Interface(
|
|
101 |
gr.Dropdown([
|
102 |
("tiny", "RaivisDejus/whisper-tiny-lv"),
|
103 |
("small", "RaivisDejus/whisper-small-lv"),
|
|
|
104 |
("large", "AiLab-IMCS-UL/whisper-large-v3-lv-late-cv17")
|
105 |
], label="Model", value="RaivisDejus/whisper-small-lv"),
|
106 |
gr.Audio(sources=["upload", "microphone"],type="filepath", label="Audio"),
|
|
|
101 |
gr.Dropdown([
|
102 |
("tiny", "RaivisDejus/whisper-tiny-lv"),
|
103 |
("small", "RaivisDejus/whisper-small-lv"),
|
104 |
+
("medium", "arturslogins/whisper-medium-lv"),
|
105 |
("large", "AiLab-IMCS-UL/whisper-large-v3-lv-late-cv17")
|
106 |
], label="Model", value="RaivisDejus/whisper-small-lv"),
|
107 |
gr.Audio(sources=["upload", "microphone"],type="filepath", label="Audio"),
|