Spaces:
Runtime error
Runtime error
Create config.json
Browse files- config.json +5 -0
config.json
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_type": "csm",
|
| 3 |
+
"architectures": ["CsmModel"],
|
| 4 |
+
"sample_rate": 22050
|
| 5 |
+
}
|