WensongSong commited on
Commit
a65312d
·
verified ·
1 Parent(s): 90b6afe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ pipe = FluxFillPipeline.from_pretrained(
27
  ).to("cuda")
28
 
29
  pipe.load_lora_weights(
30
- "./insertanything_model/20250321-082022_steps5000_pytorch_lora_weights.safetensors"
31
  )
32
 
33
 
 
27
  ).to("cuda")
28
 
29
  pipe.load_lora_weights(
30
+ "./insertanything_model/20250321_steps5000_pytorch_lora_weights.safetensors"
31
  )
32
 
33