Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -4,6 +4,7 @@ import sys
|
|
4 |
from pathlib import Path
|
5 |
|
6 |
models = [
|
|
|
7 |
"Yntec/AgarthaChadstyle",
|
8 |
"Yntec/526",
|
9 |
"Yntec/526Mix",
|
@@ -33,10 +34,11 @@ models = [
|
|
33 |
"Yntec/ClassicEra", #1K
|
34 |
"Yntec/GoodLife", #1K
|
35 |
"Yntec/Hassanim", #1K
|
36 |
-
"Yntec/
|
37 |
"Yntec/3DCute", #2K
|
38 |
"Yntec/SuperCuteRemix", #2K
|
39 |
"Yntec/Trending", #2K
|
|
|
40 |
"Yntec/MGM", #3K
|
41 |
"Yntec/3DKX/", #3K
|
42 |
"Yntec/3DKXv11", #3K
|
@@ -104,7 +106,6 @@ models = [
|
|
104 |
"Yntec/nuipenimix2", #34K
|
105 |
"Yntec/epiCPhotoGasm", #40K
|
106 |
"Yntec/HitenDiffusion", #2K
|
107 |
-
"Yntec/DeliberateRemix",
|
108 |
"Yntec/DreamShaperRemix",
|
109 |
"Yntec/DeliShaper",
|
110 |
"Yntec/dreamlike-photoreal-remix",
|
@@ -1125,6 +1126,7 @@ models2=[
|
|
1125 |
gr.Interface.load(f"models/{models[524]}",live=True,preprocess=False),
|
1126 |
gr.Interface.load(f"models/{models[525]}",live=True,preprocess=False),
|
1127 |
gr.Interface.load(f"models/{models[526]}",live=True,preprocess=False),
|
|
|
1128 |
|
1129 |
#Because there's a model 0, to know the number of models you add 1 to {models[n]}
|
1130 |
|
@@ -1195,7 +1197,7 @@ with gr.Blocks(css=css) as myface:
|
|
1195 |
</body>
|
1196 |
</div>
|
1197 |
<p style="margin-bottom: 9px; color: #aaaaaa;">
|
1198 |
-
<h3>Top
|
1199 |
</div>
|
1200 |
""")
|
1201 |
with gr.Row():
|
|
|
4 |
from pathlib import Path
|
5 |
|
6 |
models = [
|
7 |
+
"Yntec/Reanimate",
|
8 |
"Yntec/AgarthaChadstyle",
|
9 |
"Yntec/526",
|
10 |
"Yntec/526Mix",
|
|
|
34 |
"Yntec/ClassicEra", #1K
|
35 |
"Yntec/GoodLife", #1K
|
36 |
"Yntec/Hassanim", #1K
|
37 |
+
"Yntec/DeliberateRemix", #1K
|
38 |
"Yntec/3DCute", #2K
|
39 |
"Yntec/SuperCuteRemix", #2K
|
40 |
"Yntec/Trending", #2K
|
41 |
+
"Yntec/DreamWorld", #3K
|
42 |
"Yntec/MGM", #3K
|
43 |
"Yntec/3DKX/", #3K
|
44 |
"Yntec/3DKXv11", #3K
|
|
|
106 |
"Yntec/nuipenimix2", #34K
|
107 |
"Yntec/epiCPhotoGasm", #40K
|
108 |
"Yntec/HitenDiffusion", #2K
|
|
|
109 |
"Yntec/DreamShaperRemix",
|
110 |
"Yntec/DeliShaper",
|
111 |
"Yntec/dreamlike-photoreal-remix",
|
|
|
1126 |
gr.Interface.load(f"models/{models[524]}",live=True,preprocess=False),
|
1127 |
gr.Interface.load(f"models/{models[525]}",live=True,preprocess=False),
|
1128 |
gr.Interface.load(f"models/{models[526]}",live=True,preprocess=False),
|
1129 |
+
gr.Interface.load(f"models/{models[527]}",live=True,preprocess=False),
|
1130 |
|
1131 |
#Because there's a model 0, to know the number of models you add 1 to {models[n]}
|
1132 |
|
|
|
1197 |
</body>
|
1198 |
</div>
|
1199 |
<p style="margin-bottom: 9px; color: #aaaaaa;">
|
1200 |
+
<h3>Top 530 Blitz Diffusion - A permanently online backup copy of <a href="https://huggingface.co/spaces/Yntec/ToyWorld"><u><b><p style="color:#8150df;">Toy World!</p></b></u></a>!</h3></p>
|
1201 |
</div>
|
1202 |
""")
|
1203 |
with gr.Row():
|