Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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(
|