Create config.json
Browse files- config.json +7 -0
config.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"prettyLabel": "genQC",
|
| 3 |
+
"repoName": "genQC",
|
| 4 |
+
"repoUrl": "https://github.com/FlorianFuerrutter/genQC",
|
| 5 |
+
"docsUrl": "https://florianfuerrutter.github.io/genQC/",
|
| 6 |
+
"countDownloads": {"path": "model.pt"}
|
| 7 |
+
}
|