Raivis Dejus
commited on
Commit
β’
6c9862d
1
Parent(s):
c06855d
Adding link to Colab gist
Browse files
app.py
CHANGED
@@ -115,8 +115,10 @@ transcribe = gr.Interface(
|
|
115 |
π€ [small](https://huggingface.co/RaivisDejus/whisper-small-lv) - Reasonably fast, reasonably accurate, requiring reasonable amounts of RAM.
|
116 |
On this demo hardware 30 second audio will take ~1 minute to transcribe.
|
117 |
|
118 |
-
π€ [large](https://huggingface.co/AiLab-IMCS-UL/whisper-large-v3-lv-late-cv17) - Most accurate, developed by scientists from [ailab.lv](https://ailab.lv/). Requires most RAM and for best performance should be run on a GPU.
|
119 |
-
|
|
|
|
|
120 |
|
121 |
To improve speech recognition quality, more data is needed, add your voice on [Balsu talka](https://balsutalka.lv/)
|
122 |
"""
|
|
|
115 |
π€ [small](https://huggingface.co/RaivisDejus/whisper-small-lv) - Reasonably fast, reasonably accurate, requiring reasonable amounts of RAM.
|
116 |
On this demo hardware 30 second audio will take ~1 minute to transcribe.
|
117 |
|
118 |
+
π€ [large](https://huggingface.co/AiLab-IMCS-UL/whisper-large-v3-lv-late-cv17) - Most accurate, developed by scientists from [ailab.lv](https://ailab.lv/). Requires most RAM and for best performance should be run on a GPU. On this demo hardware 30 second audio will take ~4 minutes to transcribe.
|
119 |
+
|
120 |
+
You can test the large model on a free Google Colab GPU. Google account will be required. <a target="_blank" href="https://colab.research.google.com/gist/raivisdejus/07ca2e37d1fb87f81df12e424cf9175b/latviesu-runas-atpazisana.ipynb"><img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/></a>
|
121 |
+
|
122 |
|
123 |
To improve speech recognition quality, more data is needed, add your voice on [Balsu talka](https://balsutalka.lv/)
|
124 |
"""
|