Spaces:
Running
Running
Enhance Models section
Browse files
app.py
CHANGED
@@ -112,6 +112,13 @@ tech_env = f"""
|
|
112 |
- Torch device: {device}
|
113 |
- Torch dtype: {torch_dtype}
|
114 |
- Use torch.compile: {use_torch_compile}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
115 |
""".strip()
|
116 |
|
117 |
tech_libraries = f"""
|
|
|
112 |
- Torch device: {device}
|
113 |
- Torch dtype: {torch_dtype}
|
114 |
- Use torch.compile: {use_torch_compile}
|
115 |
+
|
116 |
+
#### Models
|
117 |
+
|
118 |
+
##### Acoustic model (Speech-to-Text)
|
119 |
+
|
120 |
+
- Name: wav2vec2-bert
|
121 |
+
- URL: https://huggingface.co/Yehor/w2v-bert-uk-v2.1-fp16
|
122 |
""".strip()
|
123 |
|
124 |
tech_libraries = f"""
|