multimodalart HF staff commited on
Commit
c6bbe70
1 Parent(s): 0c6ce0e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -13,7 +13,6 @@ MAX_IMAGE_SIZE = 2048
13
 
14
  pipe_prior_redux = FluxPriorReduxPipeline.from_pretrained(
15
  "black-forest-labs/FLUX.1-Redux-dev",
16
- revision="refs/pr/8",
17
  torch_dtype=torch.bfloat16
18
  ).to("cuda")
19
 
 
13
 
14
  pipe_prior_redux = FluxPriorReduxPipeline.from_pretrained(
15
  "black-forest-labs/FLUX.1-Redux-dev",
 
16
  torch_dtype=torch.bfloat16
17
  ).to("cuda")
18