multimodalart HF staff commited on
Commit
f71d1d3
·
verified ·
1 Parent(s): 96f0f3d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 (soon)](#)")
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...")