Spaces:
Running
on
Zero
Running
on
Zero
Commit
•
2f20a49
1
Parent(s):
51270f5
Update app.py
Browse files
app.py
CHANGED
@@ -47,7 +47,7 @@ An adapter for FLUX [dev] to create image variations
|
|
47 |
[[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)]
|
48 |
""")
|
49 |
|
50 |
-
input_image = gr.Image(label="Image to create variations")
|
51 |
run_button = gr.Button("Run")
|
52 |
|
53 |
result = gr.Image(label="Result", show_label=False)
|
|
|
47 |
[[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)]
|
48 |
""")
|
49 |
|
50 |
+
input_image = gr.Image(label="Image to create variations", type="pil")
|
51 |
run_button = gr.Button("Run")
|
52 |
|
53 |
result = gr.Image(label="Result", show_label=False)
|