cocktailpeanut commited on
Commit
2a1f9ea
·
1 Parent(s): cf85f35
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ import devicetorch
27
 
28
  device=devicetorch.get(torch)
29
  cfm, tokenizer, muq, vae = prepare_model(device)
30
- cfm = torch.compile(cfm)
31
 
32
  #@spaces.GPU
33
  def infer_music(lrc, ref_audio_path, steps, file_type, max_frames=2048, device='cuda'):
 
27
 
28
  device=devicetorch.get(torch)
29
  cfm, tokenizer, muq, vae = prepare_model(device)
30
+ #cfm = torch.compile(cfm)
31
 
32
  #@spaces.GPU
33
  def infer_music(lrc, ref_audio_path, steps, file_type, max_frames=2048, device='cuda'):