Spaces:
trysem
/
Runtime error

trysem commited on
Commit
51d287a
·
1 Parent(s): ec221c2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 AI Generator
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=False,
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)