Ashoka74 commited on
Commit
1ef0716
1 Parent(s): 2b29f5b

Update app_merged.py

Browse files
Files changed (1) hide show
  1. app_merged.py +2 -2
app_merged.py CHANGED
@@ -1817,8 +1817,8 @@ with gr.Blocks() as app:
1817
  inputs=[input_fg],
1818
  outputs=[extracted_fg, x_slider, y_slider]
1819
  )
1820
- with gr.Tab("FLUX Style Shaping"):
1821
- gr.Markdown("Apply the style of an image to another one")
1822
  with gr.Row():
1823
  with gr.Column():
1824
  prompt_input = gr.Textbox(label="Prompt", placeholder="Enter your prompt here...")
 
1817
  inputs=[input_fg],
1818
  outputs=[extracted_fg, x_slider, y_slider]
1819
  )
1820
+ with gr.Tab("Style Transfer"):
1821
+ gr.Markdown("## Apply the style of an image to another one")
1822
  with gr.Row():
1823
  with gr.Column():
1824
  prompt_input = gr.Textbox(label="Prompt", placeholder="Enter your prompt here...")