Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -321,8 +321,9 @@ with gr.Blocks(css=css) as myface:
|
|
321 |
with gr.Row():
|
322 |
with gr.Tab("Title"):
|
323 |
gr.HTML(""" <title>Maximum Multiplier</title><div style="text-align: center; max-width: 1500px; margin: 0 auto;">
|
324 |
-
<h1>
|
325 |
-
<br><
|
|
|
326 |
|
327 |
""")
|
328 |
|
|
|
321 |
with gr.Row():
|
322 |
with gr.Tab("Title"):
|
323 |
gr.HTML(""" <title>Maximum Multiplier</title><div style="text-align: center; max-width: 1500px; margin: 0 auto;">
|
324 |
+
<h1>Fill the Textbox at the bottom and click Generate Images</h1>
|
325 |
+
<br><h4>The first time you load a model it takes 160 seconds</h4>
|
326 |
+
<br><h4>But after it loads each image takes 10 seconds to generate!</h4>
|
327 |
|
328 |
""")
|
329 |
|