Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -728,6 +728,9 @@ models2=[
|
|
| 728 |
gr.Interface.load(f"models/{models[662]}",live=True,preprocess=False),
|
| 729 |
gr.Interface.load(f"models/{models[663]}",live=True,preprocess=False),
|
| 730 |
gr.Interface.load(f"models/{models[664]}",live=True,preprocess=False),
|
|
|
|
|
|
|
|
|
|
| 731 |
|
| 732 |
#Because there's a model 0, to know the number of models you add 1 to {models[n]}
|
| 733 |
]
|
|
@@ -796,7 +799,7 @@ with gr.Blocks(css=css) as myface:
|
|
| 796 |
</body>
|
| 797 |
</div>
|
| 798 |
<p style="margin-bottom: 9px; color: #aaaaaa;">
|
| 799 |
-
<h3>Top
|
| 800 |
</div>
|
| 801 |
""")
|
| 802 |
with gr.Row():
|
|
|
|
| 728 |
gr.Interface.load(f"models/{models[662]}",live=True,preprocess=False),
|
| 729 |
gr.Interface.load(f"models/{models[663]}",live=True,preprocess=False),
|
| 730 |
gr.Interface.load(f"models/{models[664]}",live=True,preprocess=False),
|
| 731 |
+
gr.Interface.load(f"models/{models[665]}",live=True,preprocess=False),
|
| 732 |
+
gr.Interface.load(f"models/{models[666]}",live=True,preprocess=False),
|
| 733 |
+
gr.Interface.load(f"models/{models[667]}",live=True,preprocess=False),
|
| 734 |
|
| 735 |
#Because there's a model 0, to know the number of models you add 1 to {models[n]}
|
| 736 |
]
|
|
|
|
| 799 |
</body>
|
| 800 |
</div>
|
| 801 |
<p style="margin-bottom: 9px; color: #aaaaaa;">
|
| 802 |
+
<h3>Top 668 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>
|
| 803 |
</div>
|
| 804 |
""")
|
| 805 |
with gr.Row():
|