Spaces:
Sleeping
Sleeping
Update app_merged.py
Browse files- 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("
|
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...")
|