Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -173,8 +173,9 @@ def clear_fn():
|
|
173 |
with gr.Blocks(css="cake.css") as myface:
|
174 |
with gr.Column():
|
175 |
gr.HTML("""<title>Top 20 Diffuion</title>""")
|
176 |
-
gr.Markdown("""<center><h1>Top 20 Diffusion</h1><center>""")
|
177 |
gr.Markdown("""<center><h4>20 Popular Diffusion Models</h4><center>""")
|
|
|
178 |
with gr.Accordion("Details",open=False):
|
179 |
with gr.Tab("Description"):
|
180 |
gr.Markdown("""<center>
|
|
|
173 |
with gr.Blocks(css="cake.css") as myface:
|
174 |
with gr.Column():
|
175 |
gr.HTML("""<title>Top 20 Diffuion</title>""")
|
176 |
+
gr.Markdown("""<center><h1>Top 20 Diffusion</h1><center>""")
|
177 |
gr.Markdown("""<center><h4>20 Popular Diffusion Models</h4><center>""")
|
178 |
+
gr.Markdown("""<center><h4>Comparison Space</h4><center>""")
|
179 |
with gr.Accordion("Details",open=False):
|
180 |
with gr.Tab("Description"):
|
181 |
gr.Markdown("""<center>
|