Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -139,6 +139,7 @@ def send_it20(inputs,proc20=proc20):
|
|
139 |
|
140 |
|
141 |
with gr.Blocks(css="cake.css") as myface:
|
|
|
142 |
with gr.Column():
|
143 |
gr.HTML("""<title>Top 20 Diffuion</title>""")
|
144 |
gr.Markdown("""<center><h1>Top 20 Diffusion</h1><center>""")
|
@@ -152,7 +153,8 @@ with gr.Blocks(css="cake.css") as myface:
|
|
152 |
Images load faster with a simpler prompt.<br>
|
153 |
<br>
|
154 |
Images will cancel loading after 1 minute to preserve the quality of the queue.<br>
|
155 |
-
Simply Click "Launch" again to try loading the incomplete images
|
|
|
156 |
<br>
|
157 |
<br>
|
158 |
Not responsible for content, use at your own risk.
|
|
|
139 |
|
140 |
|
141 |
with gr.Blocks(css="cake.css") as myface:
|
142 |
+
gr.HTML("""<head><meta http-equiv="refresh" content="600"></head>""")
|
143 |
with gr.Column():
|
144 |
gr.HTML("""<title>Top 20 Diffuion</title>""")
|
145 |
gr.Markdown("""<center><h1>Top 20 Diffusion</h1><center>""")
|
|
|
153 |
Images load faster with a simpler prompt.<br>
|
154 |
<br>
|
155 |
Images will cancel loading after 1 minute to preserve the quality of the queue.<br>
|
156 |
+
Simply Click "Launch" again to try loading the incomplete images.<br>
|
157 |
+
Page refreshes every 10 minutes.
|
158 |
<br>
|
159 |
<br>
|
160 |
Not responsible for content, use at your own risk.
|