Yntec commited on
Commit
cc48979
1 Parent(s): d1adeed

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/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 = {}
 
5
  import time
6
 
7
  models =[
8
+ "black-forest-labs/FLUX.1-dev",
9
+ "Yntec/WinningBlunder",
10
+ "Yntec/beLIEve",
11
+ "Yntec/Hyperlink",
12
+ "Yntec/HyperRemix",
13
+ "Yntec/HyperPhotoGASM",
14
+ "Yntec/Roleplay",
15
+ "Yntec/Chip_n_DallE",
16
+ "Yntec/ArtisticVision",
17
  ]
18
 
19
  model_functions = {}