aexyb commited on
Commit
932a21a
1 Parent(s): 0bb5a0b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -5,14 +5,14 @@ import gradio as gr
5
  import time
6
 
7
  models =[
8
- "mann-e/Mann-E_Dreams",
9
  "Yntec/ChickFlick",
10
  "John6666/ultimate-realistic-mix-v2-sdxl",
11
- "John6666/defacta-xl-3-v3-sdxl",
12
  "John6666/9527-detail-realistic-xl-v55mix-sdxl",
13
  "John6666/epicrealism-xl-v8kiss-sdxl",
14
  "John6666/wai-real-mix-v8-sdxl",
15
- "John6666/real-vis-xl-v40-sdxl",
16
  "Yntec/DegreesOfFreedom",
17
 
18
  ]
 
5
  import time
6
 
7
  models =[
8
+ "John6666/real-vis-xl-v40-sdxl",
9
  "Yntec/ChickFlick",
10
  "John6666/ultimate-realistic-mix-v2-sdxl",
11
+ "Yntec/CrystalReality",
12
  "John6666/9527-detail-realistic-xl-v55mix-sdxl",
13
  "John6666/epicrealism-xl-v8kiss-sdxl",
14
  "John6666/wai-real-mix-v8-sdxl",
15
+ "mann-e/Mann-E_Dreams",
16
  "Yntec/DegreesOfFreedom",
17
 
18
  ]