Spaces:
Running
Running
add_models_231129190813
Browse files- MODELS/HER_1100.pth +3 -0
- MODELS/fox2100.pth +3 -0
- MODELS/hypno.pth +3 -0
- MODELS/orange.pth +3 -0
- app.py +4 -0
MODELS/HER_1100.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0053eb1b3d39c3f818cb18bc257b9f3a33e123a403bba22e4b31f140e91d939b
|
3 |
+
size 629528157
|
MODELS/fox2100.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ef9b64fb8fd629b9b82dfbf2ad5cfb12430f92a917b9c9e48411a261a8d37521
|
3 |
+
size 629528157
|
MODELS/hypno.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f47be236069bc0254d188c479fef99dbd4d2d908fb5b6444d5ddfd1f45caae0a
|
3 |
+
size 629528157
|
MODELS/orange.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:93ee954cdafe17910e8c811e68982f896abe5292735565254159edb52647821d
|
3 |
+
size 629528157
|
app.py
CHANGED
@@ -20,6 +20,10 @@ models = {
|
|
20 |
"VVV":"./MODELS/v3.pth",
|
21 |
"StayTerra": "./MODELS/TERRA.pth",
|
22 |
"Rrabbitt": "./MODELS/rabbit4900.pth",
|
|
|
|
|
|
|
|
|
23 |
"Silverleg": "./MODELS/J8900.pth",
|
24 |
"PremJ": "./MODELS/premj.pth",
|
25 |
"Robo!Girl": "./MODELS/BG1300.pth",
|
|
|
20 |
"VVV":"./MODELS/v3.pth",
|
21 |
"StayTerra": "./MODELS/TERRA.pth",
|
22 |
"Rrabbitt": "./MODELS/rabbit4900.pth",
|
23 |
+
"Xelo": "./MODELS/HER_1100.pth",
|
24 |
+
"Hypnosia": "./MODELS/hypno.pth",
|
25 |
+
"Appelsin":"./MODELS/orange.pth",
|
26 |
+
"Kitsune": "./MODELS/fox2100.pth",
|
27 |
"Silverleg": "./MODELS/J8900.pth",
|
28 |
"PremJ": "./MODELS/premj.pth",
|
29 |
"Robo!Girl": "./MODELS/BG1300.pth",
|