Spaces:
Runtime error
Runtime error
QIU JUNZHE
commited on
Commit
•
f9c1772
1
Parent(s):
f47e4f2
Update I-am-Justin.py
Browse files- I-am-Justin.py +2 -0
I-am-Justin.py
CHANGED
@@ -38,6 +38,7 @@ models = [
|
|
38 |
"Yntec/OrangeRemix",
|
39 |
"digiplay/majicMIX_realistic_v6",
|
40 |
"digiplay/LuckyStrikeMix1.05_Lovelylady",
|
|
|
41 |
]
|
42 |
current_model = models[0]
|
43 |
|
@@ -78,6 +79,7 @@ models2=[
|
|
78 |
gr.Interface.load(f"models/{models[31]}",live=True,preprocess=False),
|
79 |
gr.Interface.load(f"models/{models[32]}",live=True,preprocess=False),
|
80 |
gr.Interface.load(f"models/{models[33]}",live=True,preprocess=False),
|
|
|
81 |
]
|
82 |
|
83 |
|
|
|
38 |
"Yntec/OrangeRemix",
|
39 |
"digiplay/majicMIX_realistic_v6",
|
40 |
"digiplay/LuckyStrikeMix1.05_Lovelylady",
|
41 |
+
"digiplay/nk15_diffusers",
|
42 |
]
|
43 |
current_model = models[0]
|
44 |
|
|
|
79 |
gr.Interface.load(f"models/{models[31]}",live=True,preprocess=False),
|
80 |
gr.Interface.load(f"models/{models[32]}",live=True,preprocess=False),
|
81 |
gr.Interface.load(f"models/{models[33]}",live=True,preprocess=False),
|
82 |
+
gr.Interface.load(f"models/{models[34]}",live=True,preprocess=False),
|
83 |
]
|
84 |
|
85 |
|