multimodalart HF staff commited on
Commit
ce1c2ea
·
verified ·
1 Parent(s): 8c6f026

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -54,7 +54,7 @@ with gr.Blocks(css=css) as demo:
54
  [[non-commercial license](https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md)] [[blog](https://blackforestlabs.ai/announcing-black-forest-labs/)] [[model](https://huggingface.co/black-forest-labs/FLUX.1-dev)]
55
  """)
56
 
57
- control_image = gr.Image(label="Upload the image for control")
58
  with gr.Row():
59
 
60
  prompt = gr.Text(
 
54
  [[non-commercial license](https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md)] [[blog](https://blackforestlabs.ai/announcing-black-forest-labs/)] [[model](https://huggingface.co/black-forest-labs/FLUX.1-dev)]
55
  """)
56
 
57
+ control_image = gr.Image(label="Upload the image for control", type="pil")
58
  with gr.Row():
59
 
60
  prompt = gr.Text(