Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -748,6 +748,8 @@ models2=[
|
|
748 |
|
749 |
gr.Interface.load(f"models/{models[680]}",live=True,preprocess=False),
|
750 |
gr.Interface.load(f"models/{models[681]}",live=True,preprocess=False),
|
|
|
|
|
751 |
#Because there's a model 0, to know the number of models you add 1 to {models[n]}
|
752 |
]
|
753 |
|
@@ -815,7 +817,7 @@ with gr.Blocks(css=css) as myface:
|
|
815 |
</body>
|
816 |
</div>
|
817 |
<p style="margin-bottom: 9px; color: #aaaaaa;">
|
818 |
-
<h3>Top
|
819 |
</div>
|
820 |
""")
|
821 |
with gr.Row():
|
|
|
748 |
|
749 |
gr.Interface.load(f"models/{models[680]}",live=True,preprocess=False),
|
750 |
gr.Interface.load(f"models/{models[681]}",live=True,preprocess=False),
|
751 |
+
gr.Interface.load(f"models/{models[682]}",live=True,preprocess=False),
|
752 |
+
gr.Interface.load(f"models/{models[683]}",live=True,preprocess=False),
|
753 |
#Because there's a model 0, to know the number of models you add 1 to {models[n]}
|
754 |
]
|
755 |
|
|
|
817 |
</body>
|
818 |
</div>
|
819 |
<p style="margin-bottom: 9px; color: #aaaaaa;">
|
820 |
+
<h3>Top 684 Blitz Diffusion Models - A permanently online backup copy of <a href="https://huggingface.co/spaces/Yntec/ToyWorld"><u><p style="color:#8150df;"><b>Toy World!</b></p></u></a></h3></p>
|
821 |
</div>
|
822 |
""")
|
823 |
with gr.Row():
|