nimraaaajhduksy commited on
Commit
28ec59d
·
verified ·
1 Parent(s): aff0db6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -21,6 +21,7 @@ pipe = DiffusionPipeline.from_pretrained(
21
  use_auth_token=auth_token,
22
  torch_dtype=dtype,
23
  low_cpu_mem_usage=True
 
24
  )
25
  # Make sure your HF token has gated access to Flux
26
 
 
21
  use_auth_token=auth_token,
22
  torch_dtype=dtype,
23
  low_cpu_mem_usage=True
24
+
25
  )
26
  # Make sure your HF token has gated access to Flux
27