Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -735,6 +735,8 @@ models2=[
|
|
735 |
gr.Interface.load(f"models/{models[669]}",live=True,preprocess=False),
|
736 |
|
737 |
gr.Interface.load(f"models/{models[670]}",live=True,preprocess=False),
|
|
|
|
|
738 |
#Because there's a model 0, to know the number of models you add 1 to {models[n]}
|
739 |
]
|
740 |
|
@@ -802,7 +804,7 @@ with gr.Blocks(css=css) as myface:
|
|
802 |
</body>
|
803 |
</div>
|
804 |
<p style="margin-bottom: 9px; color: #aaaaaa;">
|
805 |
-
<h3>Top
|
806 |
</div>
|
807 |
""")
|
808 |
with gr.Row():
|
|
|
735 |
gr.Interface.load(f"models/{models[669]}",live=True,preprocess=False),
|
736 |
|
737 |
gr.Interface.load(f"models/{models[670]}",live=True,preprocess=False),
|
738 |
+
gr.Interface.load(f"models/{models[671]}",live=True,preprocess=False),
|
739 |
+
gr.Interface.load(f"models/{models[672]}",live=True,preprocess=False),
|
740 |
#Because there's a model 0, to know the number of models you add 1 to {models[n]}
|
741 |
]
|
742 |
|
|
|
804 |
</body>
|
805 |
</div>
|
806 |
<p style="margin-bottom: 9px; color: #aaaaaa;">
|
807 |
+
<h3>Top 673 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>
|
808 |
</div>
|
809 |
""")
|
810 |
with gr.Row():
|