Ashoka74 commited on
Commit
4193881
1 Parent(s): c240f01

Update app_merged.py

Browse files
Files changed (1) hide show
  1. app_merged.py +2 -2
app_merged.py CHANGED
@@ -1571,8 +1571,8 @@ with gr.Blocks() as app:
1571
  inputs=[input_fg],
1572
  outputs=[extracted_fg, x_slider, y_slider]
1573
  )
1574
- gr.Tab("FLUX Style Shaping")
1575
- gr.Markdown("Flux[dev] Redux + Flux[dev] Depth ComfyUI workflow by [Nathan Shipley](https://x.com/CitizenPlain) running directly on Gradio. [workflow](https://gist.github.com/nathanshipley/7a9ac1901adde76feebe58d558026f68) - [how to convert your any comfy workflow to gradio (soon)](#)")
1576
  with gr.Row():
1577
  with gr.Column():
1578
  prompt_input = gr.Textbox(label="Prompt", placeholder="Enter your prompt here...")
 
1571
  inputs=[input_fg],
1572
  outputs=[extracted_fg, x_slider, y_slider]
1573
  )
1574
+ with gr.Tab("FLUX Style Shaping"):
1575
+ gr.Markdown("Apply the style of an image to another one")
1576
  with gr.Row():
1577
  with gr.Column():
1578
  prompt_input = gr.Textbox(label="Prompt", placeholder="Enter your prompt here...")