Update configs/default_parameters.yaml
Browse files
configs/default_parameters.yaml
CHANGED
@@ -1,3 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
whisper:
|
2 |
model_size: "large-v3"
|
3 |
lang: "Automatic Detection"
|
|
|
1 |
+
general:
|
2 |
+
website_title: "Speech2text"
|
3 |
+
website_subtitle: "Automatic speech recognition using Whisper"
|
4 |
+
disclaimer_show: true
|
5 |
+
disclaimer_popup: false
|
6 |
+
disclaimer_text: "Warning: This service is provided as is & please read the disclaimer before use which can be found [here](https://huggingface.co/spaces/LAP-DEV/Demo/blob/main/README.md) as well as for more information."
|
7 |
+
|
8 |
whisper:
|
9 |
model_size: "large-v3"
|
10 |
lang: "Automatic Detection"
|