mindtube commited on
Commit
3c4f2ee
·
1 Parent(s): 5903c19

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,6 @@ import sys
4
  from pathlib import Path
5
 
6
  models = [
7
- {"name": "24 Cans of Monster", "url": "Duskfallcrew/24cansofmonster"},
8
  {"name": "2D Mix", "url": "katakana/2D-Mix"},
9
  {"name": "3DKX", "url": "coreml/coreml-3DKX"},
10
  {"name": "526 Mix", "url": "philz1337/526mix"},
@@ -348,6 +347,7 @@ models = [
348
  {"name": "Zoirun Plus", "url": "swl-models/zoirun-plus"},
349
  {"name": "Zombie VECTOR", "url": "plasmo/zombie-vector"},
350
  {"name": "Zunkiri Lora YURUSEINE", "url": "yuruseine/zunkiri-lora-yuruseine"},
 
351
  ]
352
 
353
  current_model = models[0]
 
4
  from pathlib import Path
5
 
6
  models = [
 
7
  {"name": "2D Mix", "url": "katakana/2D-Mix"},
8
  {"name": "3DKX", "url": "coreml/coreml-3DKX"},
9
  {"name": "526 Mix", "url": "philz1337/526mix"},
 
347
  {"name": "Zoirun Plus", "url": "swl-models/zoirun-plus"},
348
  {"name": "Zombie VECTOR", "url": "plasmo/zombie-vector"},
349
  {"name": "Zunkiri Lora YURUSEINE", "url": "yuruseine/zunkiri-lora-yuruseine"},
350
+
351
  ]
352
 
353
  current_model = models[0]