Yntec commited on
Commit
133cde1
1 Parent(s): 4d33f11

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/Film",
9
- "Yntec/ChickFlick",
10
- "Yntec/DegreesOfFreedom",
11
- "Yntec/UltraHighDefinition",
12
- "Yntec/Vintage",
13
- "Yntec/FilmGirlRemix",
14
- "Yntec/AtoZ",
15
- "Yntec/Voxel",
16
- "Yntec/BeautyFoolRemix",
17
  ]
18
 
19
  model_functions = {}
 
5
  import time
6
 
7
  models =[
8
+ "Yntec/MostClassical",
9
+ "Yntec/DreamlikeShaper",
10
+ "Yntec/DreamShaperRemix",
11
+ "Yntec/ZooFun",
12
+ "Yntec/Wonder",
13
+ "Yntec/Ponygraphy",
14
+ "Yntec/DramaLlama",
15
+ "Yntec/ClayStyle",
16
+ "Yntec/Epsilon_Naught",
17
  ]
18
 
19
  model_functions = {}