DigiP-AI commited on
Commit
4b53234
·
verified ·
1 Parent(s): 2440e8d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -225,10 +225,10 @@ with gr.Tab(label="Generate Image"):
225
  # Bind the button to the query function with the added width and height inputs
226
  text_button.click(query, inputs=[text_prompt, negative_prompt, steps, cfg, method, seed, strength, width, height], outputs=img_output)
227
 
228
- with gr.Tab("ℹ️ Tips"):
229
- with gr.Row():
230
- with gr.Column():
231
- gr.Markdown(
232
  """
233
  <div style="max-width: 650px; margin: 2rem auto; padding: 1rem; border-radius: 10px; background-color: #f0f0f0;">
234
  <h2 style="float: left; font-size: 1.5rem; margin-bottom: 1rem;">How to Use</h2>
 
225
  # Bind the button to the query function with the added width and height inputs
226
  text_button.click(query, inputs=[text_prompt, negative_prompt, steps, cfg, method, seed, strength, width, height], outputs=img_output)
227
 
228
+ with gr.Tab("ℹ️ Tips"):
229
+ with gr.Row():
230
+ with gr.Column():
231
+ gr.Markdown(
232
  """
233
  <div style="max-width: 650px; margin: 2rem auto; padding: 1rem; border-radius: 10px; background-color: #f0f0f0;">
234
  <h2 style="float: left; font-size: 1.5rem; margin-bottom: 1rem;">How to Use</h2>