Yntec commited on
Commit
0ae0d17
1 Parent(s): 018a714

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -10
app.py CHANGED
@@ -5,18 +5,17 @@ import gradio as gr
5
  import time
6
 
7
  models =[
8
- "Yntec/elldrethSDreamMix",
9
- "Yntec/ResidentCNZCartoon3D",
10
- "Yntec/Based64",
11
- "Yntec/GoFish",
12
- "Yntec/IsThisArt",
13
- "Yntec/mixRealisticFantasy",
14
- "Yntec/iffyMix",
15
- "Yntec/GoldenEra",
16
- "Yntec/Hassanim",
17
  ]
18
 
19
-
20
  model_functions = {}
21
  model_idx = 1
22
  for model_path in models:
 
5
  import time
6
 
7
  models =[
8
+ "Yntec/Protogen_Unofficial_Release", #709
9
+ "Yntec/Timeless", #703
10
+ "Yntec/Fabulous", #700
11
+ "Yntec/IncredibleLife", #699
12
+ "Yntec/RetroLife", #691
13
+ "Yntec/CuteFurry",
14
+ "Yntec/Paramount",
15
+ "Yntec/Analog",
16
+ "Yntec/IdleFancy",
17
  ]
18
 
 
19
  model_functions = {}
20
  model_idx = 1
21
  for model_path in models: