Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -715,6 +715,8 @@ models2=[
|
|
715 |
gr.Interface.load(f"models/{models[653]}",live=True,preprocess=False),
|
716 |
gr.Interface.load(f"models/{models[654]}",live=True,preprocess=False),
|
717 |
gr.Interface.load(f"models/{models[655]}",live=True,preprocess=False),
|
|
|
|
|
718 |
|
719 |
#Because there's a model 0, to know the number of models you add 1 to {models[n]}
|
720 |
]
|
@@ -783,7 +785,7 @@ with gr.Blocks(css=css) as myface:
|
|
783 |
</body>
|
784 |
</div>
|
785 |
<p style="margin-bottom: 9px; color: #aaaaaa;">
|
786 |
-
<h3>Top
|
787 |
</div>
|
788 |
""")
|
789 |
with gr.Row():
|
|
|
715 |
gr.Interface.load(f"models/{models[653]}",live=True,preprocess=False),
|
716 |
gr.Interface.load(f"models/{models[654]}",live=True,preprocess=False),
|
717 |
gr.Interface.load(f"models/{models[655]}",live=True,preprocess=False),
|
718 |
+
gr.Interface.load(f"models/{models[656]}",live=True,preprocess=False),
|
719 |
+
gr.Interface.load(f"models/{models[657]}",live=True,preprocess=False),
|
720 |
|
721 |
#Because there's a model 0, to know the number of models you add 1 to {models[n]}
|
722 |
]
|
|
|
785 |
</body>
|
786 |
</div>
|
787 |
<p style="margin-bottom: 9px; color: #aaaaaa;">
|
788 |
+
<h3>Top 658 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>
|
789 |
</div>
|
790 |
""")
|
791 |
with gr.Row():
|