Spaces:
Running
Running
Add more comments
Browse files- config.json5 +8 -0
config.json5
CHANGED
@@ -33,6 +33,14 @@
|
|
33 |
// // The type of the model. Can be "huggingface" or "whisper" - "whisper" is the default.
|
34 |
// // HuggingFace models are loaded using the HuggingFace transformers library and then converted to Whisper models.
|
35 |
// "type": "huggingface",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
36 |
//}
|
37 |
],
|
38 |
// Configuration options that will be used if they are not specified in the command line arguments.
|
|
|
33 |
// // The type of the model. Can be "huggingface" or "whisper" - "whisper" is the default.
|
34 |
// // HuggingFace models are loaded using the HuggingFace transformers library and then converted to Whisper models.
|
35 |
// "type": "huggingface",
|
36 |
+
//},
|
37 |
+
//{
|
38 |
+
// "name": "local-model",
|
39 |
+
// "url": "path/to/local/model",
|
40 |
+
//},
|
41 |
+
//{
|
42 |
+
// "name": "remote-model",
|
43 |
+
// "url": "https://example.com/path/to/model",
|
44 |
//}
|
45 |
],
|
46 |
// Configuration options that will be used if they are not specified in the command line arguments.
|