Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -306,7 +306,7 @@ output_image = gr.Image(label="Generated Image")
|
|
306 |
|
307 |
with gr.Blocks() as app:
|
308 |
gr.Markdown("# FLUX Style Shaping")
|
309 |
-
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
|
310 |
with gr.Row():
|
311 |
with gr.Column():
|
312 |
prompt_input = gr.Textbox(label="Prompt", placeholder="Enter your prompt here...")
|
|
|
306 |
|
307 |
with gr.Blocks() as app:
|
308 |
gr.Markdown("# FLUX Style Shaping")
|
309 |
+
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](https://huggingface.co/blog/run-comfyui-workflows-on-spaces)")
|
310 |
with gr.Row():
|
311 |
with gr.Column():
|
312 |
prompt_input = gr.Textbox(label="Prompt", placeholder="Enter your prompt here...")
|