eienmojiki commited on
Commit
018be95
·
verified ·
1 Parent(s): f62d472

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -177,7 +177,7 @@ with gr.Blocks(
177
  </style>
178
 
179
  <h1 class="title"><span>Starry XL 5.2</span></h1>
180
- <p>This is a simple demo for <strong>Starry XL</strong>. Feel free to report any issue at Community tab.</p>
181
  """
182
  )
183
 
@@ -189,7 +189,7 @@ with gr.Blocks(
189
  )
190
 
191
  negative_prompt = gr.Text(
192
- info="Enter your negative prompt here"
193
  label="Negative Prompt",
194
  placeholder="(Optional)"
195
  )
 
177
  </style>
178
 
179
  <h1 class="title"><span>Starry XL 5.2</span></h1>
180
+ <p>This is a simple demo for <strong>Starry XL</strong>. Feel free to report any issue at Community tab or create a PR if you want to contribute to this demo ~</p>
181
  """
182
  )
183
 
 
189
  )
190
 
191
  negative_prompt = gr.Text(
192
+ info="Enter your negative prompt here",
193
  label="Negative Prompt",
194
  placeholder="(Optional)"
195
  )