Update app.py
Browse files
app.py
CHANGED
@@ -83,7 +83,7 @@ with gr.Blocks(css="footer {visibility: hidden}") as demo:
|
|
83 |
<div style="text-align: center; max-width: 650px; margin: 0 auto;">
|
84 |
<div>
|
85 |
<h1 style="font-weight: 900; font-size: 3rem; margin-bottom:20px;">
|
86 |
-
Excurl Photoreal
|
87 |
</h1>
|
88 |
</div>
|
89 |
<p style="margin-bottom: 10px; font-size: 96%">
|
@@ -117,7 +117,7 @@ with gr.Blocks(css="footer {visibility: hidden}") as demo:
|
|
117 |
max_lines=6,
|
118 |
placeholder="Full Prompt",
|
119 |
).style(
|
120 |
-
container=
|
121 |
)
|
122 |
with gr.Row():
|
123 |
run = gr.Button("Generate Images").style(full_width=True)
|
|
|
83 |
<div style="text-align: center; max-width: 650px; margin: 0 auto;">
|
84 |
<div>
|
85 |
<h1 style="font-weight: 900; font-size: 3rem; margin-bottom:20px;">
|
86 |
+
Excurl Photoreal<br>AI Generator
|
87 |
</h1>
|
88 |
</div>
|
89 |
<p style="margin-bottom: 10px; font-size: 96%">
|
|
|
117 |
max_lines=6,
|
118 |
placeholder="Full Prompt",
|
119 |
).style(
|
120 |
+
container=True,
|
121 |
)
|
122 |
with gr.Row():
|
123 |
run = gr.Button("Generate Images").style(full_width=True)
|