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