kevinantony commited on
Commit
32a1bcc
·
verified ·
1 Parent(s): a812696

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -62,7 +62,7 @@ EXAMPLES = [
62
  ]
63
 
64
  pipe = FluxInpaintPipeline.from_pretrained(
65
- "black-forest-labs/FLUX.1-dev", torch_dtype=torch.bfloat16).to(DEVICE)
66
 
67
 
68
  def resize_image_dimensions(
 
62
  ]
63
 
64
  pipe = FluxInpaintPipeline.from_pretrained(
65
+ "black-forest-labs/FLUX.1-schnell", torch_dtype=torch.bfloat16).to(DEVICE)
66
 
67
 
68
  def resize_image_dimensions(