Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -320,8 +320,8 @@ with gr.Blocks(css=css) as myface:
|
|
320 |
""")
|
321 |
with gr.Row():
|
322 |
with gr.Tab("Title"):
|
323 |
-
gr.HTML(""" <title>
|
324 |
-
<h1>Fill the Textbox at the bottom and click Generate
|
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 |
|
@@ -380,7 +380,7 @@ with gr.Blocks(css=css) as myface:
|
|
380 |
with gr.Column():
|
381 |
use_short=gr.Button("Use Short Prompt")
|
382 |
see_prompts=gr.Button("Extend Idea")
|
383 |
-
run=gr.Button("Generate
|
384 |
with gr.Tab("Main"):
|
385 |
with gr.Row():
|
386 |
output1=gr.Image(label=(f"{current_model}"))
|
|
|
320 |
""")
|
321 |
with gr.Row():
|
322 |
with gr.Tab("Title"):
|
323 |
+
gr.HTML(""" <title>Minimum Multiplier</title><div style="text-align: center; max-width: 1500px; margin: 0 auto;">
|
324 |
+
<h1>Fill the Textbox at the bottom and click Generate Image</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 |
|
|
|
380 |
with gr.Column():
|
381 |
use_short=gr.Button("Use Short Prompt")
|
382 |
see_prompts=gr.Button("Extend Idea")
|
383 |
+
run=gr.Button("Generate Image")
|
384 |
with gr.Tab("Main"):
|
385 |
with gr.Row():
|
386 |
output1=gr.Image(label=(f"{current_model}"))
|