Spaces:
Running
Running
Update models.json
Browse files- models.json +26 -26
models.json
CHANGED
|
@@ -1,26 +1,26 @@
|
|
| 1 |
-
{
|
| 2 |
-
"human-face": {
|
| 3 |
-
"van-gogh": "./models/van-gogh-humans-epoch15.pth",
|
| 4 |
-
"claude-monet": "./models/claude-monet-humans-epoch10.pth"
|
| 5 |
-
},
|
| 6 |
-
|
| 7 |
-
"cars": {
|
| 8 |
-
"van-gogh": "./models/car-van-gogh-gpt_edgeAMP_epoch25.pth",
|
| 9 |
-
"claude-monet": "./models/car-claude-monet-gpt_edgeAMP_epoch12.pth"
|
| 10 |
-
},
|
| 11 |
-
|
| 12 |
-
"cats": {
|
| 13 |
-
"van-gogh": "./models/cats-van-gogh-gpt_edgeAMP_epoch12.pth",
|
| 14 |
-
"claude-monet": "./models/cat-claude-monet-gpt_edgeAMP_epoch12.pth"
|
| 15 |
-
},
|
| 16 |
-
|
| 17 |
-
"dogs": {
|
| 18 |
-
"van-gogh": "./models/
|
| 19 |
-
"claude-monet": "./models/
|
| 20 |
-
},
|
| 21 |
-
|
| 22 |
-
"landscape": {
|
| 23 |
-
"van-gogh": "./models/landscape-van-gogh-gpt_edgeAMP_epoch30.pth",
|
| 24 |
-
"claude-monet": "./models/landscape-claude-monet-gpt_edgeAMP_epoch30.pth"
|
| 25 |
-
}
|
| 26 |
-
}
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"human-face": {
|
| 3 |
+
"van-gogh": "./models/van-gogh-humans-epoch15.pth",
|
| 4 |
+
"claude-monet": "./models/claude-monet-humans-epoch10.pth"
|
| 5 |
+
},
|
| 6 |
+
|
| 7 |
+
"cars": {
|
| 8 |
+
"van-gogh": "./models/car-van-gogh-gpt_edgeAMP_epoch25.pth",
|
| 9 |
+
"claude-monet": "./models/car-claude-monet-gpt_edgeAMP_epoch12.pth"
|
| 10 |
+
},
|
| 11 |
+
|
| 12 |
+
"cats": {
|
| 13 |
+
"van-gogh": "./models/cats-van-gogh-gpt_edgeAMP_epoch12.pth",
|
| 14 |
+
"claude-monet": "./models/cat-claude-monet-gpt_edgeAMP_epoch12.pth"
|
| 15 |
+
},
|
| 16 |
+
|
| 17 |
+
"dogs": {
|
| 18 |
+
"van-gogh": "./models/dogs-van-gogh-gpt_edgeAMP_epoch12.pth",
|
| 19 |
+
"claude-monet": "./models/dogs-claude-monet-gpt_edgeAMP_epoch12.pth"
|
| 20 |
+
},
|
| 21 |
+
|
| 22 |
+
"landscape": {
|
| 23 |
+
"van-gogh": "./models/landscape-van-gogh-gpt_edgeAMP_epoch30.pth",
|
| 24 |
+
"claude-monet": "./models/landscape-claude-monet-gpt_edgeAMP_epoch30.pth"
|
| 25 |
+
}
|
| 26 |
+
}
|