Yntec commited on
Commit
9b788ae
1 Parent(s): 36e58d8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -9
app.py CHANGED
@@ -5,15 +5,15 @@ import gradio as gr
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 = {}
 
5
  import time
6
 
7
  models =[
8
+ "Yntec/KrazyGlue",
9
+ "Yntec/Crybaby",
10
+ "Yntec/CocaCola",
11
+ "Yntec/Fanta",
12
+ "Yntec/DreamPhotoGASM",
13
+ "Yntec/IncredibleLife",
14
+ "Yntec/NostalgicLife",
15
+ "Yntec/Voxel",
16
+ "Yntec/Prodigy",
17
  ]
18
 
19
  model_functions = {}