Removes invalid trailing comma from config.json name property
Browse files- config.json +2 -2
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
"Name": [
|
3 |
"HunyuanVideo"
|
4 |
-
]
|
5 |
-
}
|
|
|
1 |
{
|
2 |
"Name": [
|
3 |
"HunyuanVideo"
|
4 |
+
]
|
5 |
+
}
|