amos1088 commited on
Commit
2ac8e8a
·
1 Parent(s): 1634c9a

test gradio

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ pipe = StableDiffusionXLPipeline.from_pretrained(
25
 
26
  # reduce memory consumption
27
  pipe.enable_vae_tiling()
28
- ip_model = IPAdapterXL(pipe, image_encoder_path, ip_ckpt, device)
29
 
30
 
31
  @spaces.GPU
 
25
 
26
  # reduce memory consumption
27
  pipe.enable_vae_tiling()
28
+ ip_model = IPAdapterXL(pipe, image_encoder_path, ip_ckpt, device,token=token)
29
 
30
 
31
  @spaces.GPU