Justin-Choo
commited on
Commit
•
9039d60
1
Parent(s):
b232c29
Update app.py
Browse files
app.py
CHANGED
@@ -42,7 +42,6 @@ models = [
|
|
42 |
"digiplay/bluePencilRealistic_v01",
|
43 |
"digiplay/LemonCreami",
|
44 |
"digiplay/LunarDiffusion_v1.27",
|
45 |
-
"Linaqruf/hermitage-xl",
|
46 |
"ddPn08/SwimInLatent",
|
47 |
"hogiahien/LoliV5-edited",
|
48 |
"NoCrypt/SomethingV2_2",
|
@@ -113,7 +112,6 @@ models2=[
|
|
113 |
gr.Interface.load(f"models/{models[49]}",live=True,preprocess=False),
|
114 |
gr.Interface.load(f"models/{models[50]}",live=True,preprocess=False),
|
115 |
gr.Interface.load(f"models/{models[51]}",live=True,preprocess=False),
|
116 |
-
gr.Interface.load(f"models/{models[52]}",live=True,preprocess=False),
|
117 |
]
|
118 |
|
119 |
|
|
|
42 |
"digiplay/bluePencilRealistic_v01",
|
43 |
"digiplay/LemonCreami",
|
44 |
"digiplay/LunarDiffusion_v1.27",
|
|
|
45 |
"ddPn08/SwimInLatent",
|
46 |
"hogiahien/LoliV5-edited",
|
47 |
"NoCrypt/SomethingV2_2",
|
|
|
112 |
gr.Interface.load(f"models/{models[49]}",live=True,preprocess=False),
|
113 |
gr.Interface.load(f"models/{models[50]}",live=True,preprocess=False),
|
114 |
gr.Interface.load(f"models/{models[51]}",live=True,preprocess=False),
|
|
|
115 |
]
|
116 |
|
117 |
|