Spaces:
Runtime error
Runtime error
QIU JUNZHE
commited on
Commit
•
bf3fe91
1
Parent(s):
6ec0f1c
Update I-am-Justin.py
Browse files- I-am-Justin.py +0 -2
I-am-Justin.py
CHANGED
@@ -55,7 +55,6 @@ models = [
|
|
55 |
"shindi/realistic-skin-style",
|
56 |
"nitrosocke/Ghibli-Diffusion",
|
57 |
"Vsukiyaki/ShiratakiMix",
|
58 |
-
"Linaqruf/anything-v3.0",
|
59 |
]
|
60 |
current_model = models[0]
|
61 |
|
@@ -113,7 +112,6 @@ models2=[
|
|
113 |
gr.Interface.load(f"models/{models[48]}",live=True,preprocess=False),
|
114 |
gr.Interface.load(f"models/{models[49]}",live=True,preprocess=False),
|
115 |
gr.Interface.load(f"models/{models[50]}",live=True,preprocess=False),
|
116 |
-
gr.Interface.load(f"models/{models[51]}",live=True,preprocess=False),
|
117 |
]
|
118 |
|
119 |
|
|
|
55 |
"shindi/realistic-skin-style",
|
56 |
"nitrosocke/Ghibli-Diffusion",
|
57 |
"Vsukiyaki/ShiratakiMix",
|
|
|
58 |
]
|
59 |
current_model = models[0]
|
60 |
|
|
|
112 |
gr.Interface.load(f"models/{models[48]}",live=True,preprocess=False),
|
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 |
]
|
116 |
|
117 |
|