multimodalart HF staff commited on
Commit
2f20a49
1 Parent(s): 51270f5

Update app.py

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