Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -689,6 +689,7 @@ models2=[
|
|
| 689 |
gr.Interface.load(f"models/{models[630]}",live=True,preprocess=False),
|
| 690 |
|
| 691 |
gr.Interface.load(f"models/{models[631]}",live=True,preprocess=False),
|
|
|
|
| 692 |
|
| 693 |
#Because there's a model 0, to know the number of models you add 1 to {models[n]}
|
| 694 |
]
|
|
@@ -757,7 +758,7 @@ with gr.Blocks(css=css) as myface:
|
|
| 757 |
</body>
|
| 758 |
</div>
|
| 759 |
<p style="margin-bottom: 9px; color: #aaaaaa;">
|
| 760 |
-
<h3>Top
|
| 761 |
</div>
|
| 762 |
""")
|
| 763 |
with gr.Row():
|
|
|
|
| 689 |
gr.Interface.load(f"models/{models[630]}",live=True,preprocess=False),
|
| 690 |
|
| 691 |
gr.Interface.load(f"models/{models[631]}",live=True,preprocess=False),
|
| 692 |
+
gr.Interface.load(f"models/{models[632]}",live=True,preprocess=False),
|
| 693 |
|
| 694 |
#Because there's a model 0, to know the number of models you add 1 to {models[n]}
|
| 695 |
]
|
|
|
|
| 758 |
</body>
|
| 759 |
</div>
|
| 760 |
<p style="margin-bottom: 9px; color: #aaaaaa;">
|
| 761 |
+
<h3>Top 633 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>
|
| 762 |
</div>
|
| 763 |
""")
|
| 764 |
with gr.Row():
|