Irpan
commited on
Commit
•
5c2f6e1
1
Parent(s):
b5bc75d
update
Browse files- app.py +1 -1
- requirements.txt +1 -1
app.py
CHANGED
@@ -20,7 +20,7 @@ with gr.Blocks() as app:
|
|
20 |
|
21 |
(Note: Please keep the audio input to under 10 seconds for faster processing since this space is running on CPU basic.)
|
22 |
|
23 |
-
To learn more about Uyghur speech technology, please check out my [blog post](https://ixxan.github.io/low-resource-speech-ug/) and this [demo](https://huggingface.co/spaces/ixxan/uyghur-speech-models).
|
24 |
"""
|
25 |
)
|
26 |
with gr.Row():
|
|
|
20 |
|
21 |
(Note: Please keep the audio input to under 10 seconds for faster processing since this space is running on CPU basic.)
|
22 |
|
23 |
+
To learn more about Uyghur speech technology, please check out my [blog post](https://ixxan.github.io/low-resource-speech-ug/) and this other [demo](https://huggingface.co/spaces/ixxan/uyghur-speech-models).
|
24 |
"""
|
25 |
)
|
26 |
with gr.Row():
|
requirements.txt
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
gradio==
|
2 |
torch
|
3 |
torchaudio
|
4 |
transformers
|
|
|
1 |
+
gradio==4.41.0
|
2 |
torch
|
3 |
torchaudio
|
4 |
transformers
|