Yntec commited on
Commit
b26c1bd
·
1 Parent(s): 0e04346

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
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>Everything</h1>
325
- <br><br><h4>It just does a lot of things at the same time</h4>
 
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