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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
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: