Update app.py
Browse files
app.py
CHANGED
@@ -58,6 +58,10 @@ with bl:
|
|
58 |
gr.Markdown(
|
59 |
"""
|
60 |
# W2V2 speech recognition
|
|
|
|
|
|
|
|
|
61 |
Upload a file for recognition with
|
62 |
https://huggingface.co/carlosdanielhernandezmena/wav2vec2-large-xlsr-53-icelandic-ep10-1000h
|
63 |
or https://huggingface.co/carlosdanielhernandezmena/wav2vec2-large-xlsr-53-faroese-100h
|
|
|
58 |
gr.Markdown(
|
59 |
"""
|
60 |
# W2V2 speech recognition
|
61 |
+
|
62 |
+
## 10.01.2023 : No longer maintained, the normal hosted interface API is working now.
|
63 |
+
## * * * * * * * *
|
64 |
+
|
65 |
Upload a file for recognition with
|
66 |
https://huggingface.co/carlosdanielhernandezmena/wav2vec2-large-xlsr-53-icelandic-ep10-1000h
|
67 |
or https://huggingface.co/carlosdanielhernandezmena/wav2vec2-large-xlsr-53-faroese-100h
|