Spaces:
Runtime error
Runtime error
some day I will get this right
Browse files
app.py
CHANGED
@@ -125,6 +125,5 @@ iface = gr.Interface(
|
|
125 |
" This demo is based on the [Ukrainian STT demo](https://huggingface.co/spaces/robinhad/ukrainian-stt).",
|
126 |
)
|
127 |
|
128 |
-
STT_MODELS = {lang: load_models(lang) for lang in ("inglés", "español")}
|
129 |
|
130 |
iface.launch()
|
|
|
125 |
" This demo is based on the [Ukrainian STT demo](https://huggingface.co/spaces/robinhad/ukrainian-stt).",
|
126 |
)
|
127 |
|
|
|
128 |
|
129 |
iface.launch()
|