Yntec commited on
Commit
038d6ef
1 Parent(s): 97b1dca

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -4
app.py CHANGED
@@ -34,13 +34,11 @@ css=""""""
34
 
35
 
36
  with gr.Blocks(css=css) as myface:
37
- gr.HTML()
38
- with gr.Row():
39
- with gr.HTML(""" <title>Minimum Multiplier</title><div style="text-align: center; max-width: 1500px; margin: 0 auto;">
40
  <h1>Fill the Textbox at the top and click Generate Image</h1>
41
  <br><h4>The first time you load a model it takes 200 seconds</h4>
42
  <br><h4>But after it loads each image takes 20 seconds to generate!</h4>
43
- """):
44
  with gr.Row():
45
  with gr.Column(scale=100):
46
  magic1=gr.Textbox(lines=4)
 
34
 
35
 
36
  with gr.Blocks(css=css) as myface:
37
+ gr.HTML(""" <title>Minimum Multiplier</title><div style="text-align: center; max-width: 1500px; margin: 0 auto;">
 
 
38
  <h1>Fill the Textbox at the top and click Generate Image</h1>
39
  <br><h4>The first time you load a model it takes 200 seconds</h4>
40
  <br><h4>But after it loads each image takes 20 seconds to generate!</h4>
41
+ """)
42
  with gr.Row():
43
  with gr.Column(scale=100):
44
  magic1=gr.Textbox(lines=4)