Spaces:
Running
on
L40S
Running
on
L40S
Commit
•
b97a2fd
1
Parent(s):
17b7a9c
Update app.py
Browse files
app.py
CHANGED
@@ -297,7 +297,7 @@ examples = [
|
|
297 |
|
298 |
with gr.Blocks() as app:
|
299 |
gr.Markdown("# FLUX Style Shaping")
|
300 |
-
gr.Markdown("## Flux[dev] Redux + Flux[dev] Depth ComfyUI workflow by [CitizenPlain](https://x.com/CitizenPlain) running directly on Gradio. [workflow](https://gist.github.com/nathanshipley/7a9ac1901adde76feebe58d558026f68) - [how to convert your comfy workflow to gradio (soon)](#)")
|
301 |
with gr.Row():
|
302 |
with gr.Column():
|
303 |
prompt_input = gr.Textbox(label="Prompt", placeholder="Enter your prompt here...")
|
@@ -314,7 +314,7 @@ with gr.Blocks() as app:
|
|
314 |
output_image = gr.Image(label="Generated Image")
|
315 |
gr.Examples(
|
316 |
examples=examples,
|
317 |
-
inputs=[
|
318 |
outputs=[output_image],
|
319 |
fn=generate_image,
|
320 |
cache_examples="lazy"
|
|
|
297 |
|
298 |
with gr.Blocks() as app:
|
299 |
gr.Markdown("# FLUX Style Shaping")
|
300 |
+
gr.Markdown("## Flux[dev] Redux + Flux[dev] Depth ComfyUI workflow by [CitizenPlain](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)](#)")
|
301 |
with gr.Row():
|
302 |
with gr.Column():
|
303 |
prompt_input = gr.Textbox(label="Prompt", placeholder="Enter your prompt here...")
|
|
|
314 |
output_image = gr.Image(label="Generated Image")
|
315 |
gr.Examples(
|
316 |
examples=examples,
|
317 |
+
inputs=[prompt_input, structure_image, style_image],
|
318 |
outputs=[output_image],
|
319 |
fn=generate_image,
|
320 |
cache_examples="lazy"
|