Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -173,7 +173,8 @@ 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 |
with gr.Accordion("Details",open=False):
|
| 178 |
with gr.Tab("Description"):
|
| 179 |
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 |
with gr.Accordion("Details",open=False):
|
| 179 |
with gr.Tab("Description"):
|
| 180 |
gr.Markdown("""<center>
|