Yehor commited on
Commit
3f2def1
1 Parent(s): 87d1594

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -4
app.py CHANGED
@@ -68,11 +68,11 @@ Follow them in social networks and **contact** if you need any help or have any
68
  """.strip()
69
 
70
  description_head = f"""
71
- # Speech-to-Text for Ukrainian v2
72
 
73
  ## Overview
74
 
75
- This space uses https://huggingface.co/Yehor/w2v-bert-2.0-uk-v2 model to recognize audio files.
76
 
77
  > Due to resource limitations, audio duration **must not** exceed **{max_duration}** seconds.
78
  """.strip()
@@ -80,8 +80,9 @@ This space uses https://huggingface.co/Yehor/w2v-bert-2.0-uk-v2 model to recogni
80
  description_foot = f"""
81
  ## Community
82
 
83
- - Join our Discord server where we talk about AI/ML/DL: https://discord.gg/yVAjkBgmt4
84
- - Join our Speech Recognition group in Telegram: https://t.me/speech_recognition_uk
 
85
 
86
  ## More
87
 
@@ -111,6 +112,7 @@ tech_libraries = f"""
111
  - torch: {version('torch')}
112
  - torchaudio: {version('torchaudio')}
113
  - transformers: {version('transformers')}
 
114
  - gradio: {version('gradio')}
115
  """.strip()
116
 
 
68
  """.strip()
69
 
70
  description_head = f"""
71
+ # Speech-to-Text for Ukrainian using HuBERT
72
 
73
  ## Overview
74
 
75
+ This space uses https://huggingface.co/Yehor/mHuBERT-147-uk model to recognize audio files.
76
 
77
  > Due to resource limitations, audio duration **must not** exceed **{max_duration}** seconds.
78
  """.strip()
 
80
  description_foot = f"""
81
  ## Community
82
 
83
+ - **Discord**: https://discord.gg/yVAjkBgmt4
84
+ - Speech Recognition: https://t.me/speech_recognition_uk
85
+ - Speech Synthesis: https://t.me/speech_synthesis_uk
86
 
87
  ## More
88
 
 
112
  - torch: {version('torch')}
113
  - torchaudio: {version('torchaudio')}
114
  - transformers: {version('transformers')}
115
+ - accelerate: {version('accelerate')}
116
  - gradio: {version('gradio')}
117
  """.strip()
118