Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -39,7 +39,8 @@ with gr.Blocks(css=css) as myface:
|
|
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 |
with gr.Row():
|
44 |
with gr.Column(scale=100):
|
45 |
magic1=gr.Textbox(lines=4)
|
|
|
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)
|