Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -14,10 +14,12 @@ models =[
|
|
14 |
"John6666/wai-real-mix-v8-sdxl",
|
15 |
"John6666/real-vis-xl-v40-sdxl",
|
16 |
"Yntec/DegreesOfFreedom",
|
17 |
-
]
|
18 |
|
|
|
|
|
19 |
text_gen1=gr.Interface.load("spaces/phenomenon1981/MagicPrompt-Stable-Diffusion")
|
20 |
|
|
|
21 |
model_functions = {}
|
22 |
model_idx = 1
|
23 |
for model_path in models:
|
|
|
14 |
"John6666/wai-real-mix-v8-sdxl",
|
15 |
"John6666/real-vis-xl-v40-sdxl",
|
16 |
"Yntec/DegreesOfFreedom",
|
|
|
17 |
|
18 |
+
]
|
19 |
+
|
20 |
text_gen1=gr.Interface.load("spaces/phenomenon1981/MagicPrompt-Stable-Diffusion")
|
21 |
|
22 |
+
|
23 |
model_functions = {}
|
24 |
model_idx = 1
|
25 |
for model_path in models:
|