Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -747,6 +747,7 @@ models2=[
|
|
| 747 |
gr.Interface.load(f"models/{models[679]}",live=True,preprocess=False),
|
| 748 |
|
| 749 |
gr.Interface.load(f"models/{models[680]}",live=True,preprocess=False),
|
|
|
|
| 750 |
#Because there's a model 0, to know the number of models you add 1 to {models[n]}
|
| 751 |
]
|
| 752 |
|
|
@@ -814,7 +815,7 @@ with gr.Blocks(css=css) as myface:
|
|
| 814 |
</body>
|
| 815 |
</div>
|
| 816 |
<p style="margin-bottom: 9px; color: #aaaaaa;">
|
| 817 |
-
<h3>Top
|
| 818 |
</div>
|
| 819 |
""")
|
| 820 |
with gr.Row():
|
|
|
|
| 747 |
gr.Interface.load(f"models/{models[679]}",live=True,preprocess=False),
|
| 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 |
</body>
|
| 816 |
</div>
|
| 817 |
<p style="margin-bottom: 9px; color: #aaaaaa;">
|
| 818 |
+
<h3>Top 682 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>
|
| 819 |
</div>
|
| 820 |
""")
|
| 821 |
with gr.Row():
|