DigiP-AI commited on
Commit
84d4d02
·
verified ·
1 Parent(s): c0f0817

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -220,7 +220,7 @@ with gr.Blocks(theme=theme, css=css) as app:
220
  text_button.click(query, inputs=[text_prompt, negative_prompt, steps, cfg, method, seed, strength, width, height], outputs=image_output)
221
 
222
 
223
- with gr.Tab("🔄 Flip Image"):
224
  with gr.Row():
225
  image_input = gr.Image(label="Upload Image", height=320, type="filepath")
226
  image_output = gr.Image(format="png")
@@ -231,7 +231,7 @@ with gr.Blocks(theme=theme, css=css) as app:
231
  clear_results = gr.Button(value="Clear Image", variant="primary", elem_id="clear_button")
232
  clear_results.click(lambda: (None, None), None, [image_input, image_output])
233
 
234
- with gr.Tab("ℹ️ Tips"):
235
  with gr.Row():
236
  with gr.Column():
237
  gr.Markdown(
 
220
  text_button.click(query, inputs=[text_prompt, negative_prompt, steps, cfg, method, seed, strength, width, height], outputs=image_output)
221
 
222
 
223
+ with gr.TabItem("🔄 Flip Image", visible=True, id=2):
224
  with gr.Row():
225
  image_input = gr.Image(label="Upload Image", height=320, type="filepath")
226
  image_output = gr.Image(format="png")
 
231
  clear_results = gr.Button(value="Clear Image", variant="primary", elem_id="clear_button")
232
  clear_results.click(lambda: (None, None), None, [image_input, image_output])
233
 
234
+ with gr.TabItem("ℹ️ Tips", visible=True, id=3):
235
  with gr.Row():
236
  with gr.Column():
237
  gr.Markdown(