Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -711,6 +711,8 @@ models2=[
|
|
711 |
|
712 |
gr.Interface.load(f"models/{models[650]}",live=True,preprocess=False),
|
713 |
gr.Interface.load(f"models/{models[651]}",live=True,preprocess=False),
|
|
|
|
|
714 |
|
715 |
#Because there's a model 0, to know the number of models you add 1 to {models[n]}
|
716 |
]
|
@@ -779,7 +781,7 @@ with gr.Blocks(css=css) as myface:
|
|
779 |
</body>
|
780 |
</div>
|
781 |
<p style="margin-bottom: 9px; color: #aaaaaa;">
|
782 |
-
<h3>Top
|
783 |
</div>
|
784 |
""")
|
785 |
with gr.Row():
|
|
|
711 |
|
712 |
gr.Interface.load(f"models/{models[650]}",live=True,preprocess=False),
|
713 |
gr.Interface.load(f"models/{models[651]}",live=True,preprocess=False),
|
714 |
+
gr.Interface.load(f"models/{models[652]}",live=True,preprocess=False),
|
715 |
+
gr.Interface.load(f"models/{models[653]}",live=True,preprocess=False),
|
716 |
|
717 |
#Because there's a model 0, to know the number of models you add 1 to {models[n]}
|
718 |
]
|
|
|
781 |
</body>
|
782 |
</div>
|
783 |
<p style="margin-bottom: 9px; color: #aaaaaa;">
|
784 |
+
<h3>Top 654 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>
|
785 |
</div>
|
786 |
""")
|
787 |
with gr.Row():
|