Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -5,15 +5,13 @@ 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 |
-
"Yntec/CrystalReality",
|
12 |
"John6666/9527-detail-realistic-xl-v55mix-sdxl",
|
13 |
-
"John6666/
|
14 |
-
"John6666/
|
15 |
-
"John6666/
|
16 |
-
"
|
|
|
17 |
|
18 |
]
|
19 |
|
|
|
5 |
import time
|
6 |
|
7 |
models =[
|
|
|
|
|
8 |
"John6666/ultimate-realistic-mix-v2-sdxl",
|
|
|
9 |
"John6666/9527-detail-realistic-xl-v55mix-sdxl",
|
10 |
+
"John6666/ultimate-realistic-mix-v2-sdxl",
|
11 |
+
"John6666/9527-detail-realistic-xl-v55mix-sdxl",
|
12 |
+
"John6666/ultimate-realistic-mix-v2-sdxl",
|
13 |
+
"John6666/9527-detail-realistic-xl-v55mix-sdxl"
|
14 |
+
|
15 |
|
16 |
]
|
17 |
|