mrfakename commited on
Commit
025d33d
·
verified ·
1 Parent(s): e3bd3b2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -53,7 +53,7 @@ else:
53
  dtype = torch.float32
54
 
55
  print(f"Loading pipeline on {device} with {dtype}...")
56
- pipeline = HeartMuLaGenPipeline.from_pretrained(
57
  model_dir,
58
  device=device,
59
  dtype=dtype,
 
53
  dtype = torch.float32
54
 
55
  print(f"Loading pipeline on {device} with {dtype}...")
56
+ pipe = HeartMuLaGenPipeline.from_pretrained(
57
  model_dir,
58
  device=device,
59
  dtype=dtype,