quazim commited on
Commit
9c28790
·
1 Parent(s): fa9bb88
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -90,7 +90,7 @@ def generate_music(text_prompt, duration=10, temperature=1.0, top_k=250, top_p=0
90
  return_tensors="pt",
91
  ).to("cuda")
92
  print("Processor end")
93
- print(inputs.device)
94
 
95
  # Generate audio
96
  with torch.no_grad():
 
90
  return_tensors="pt",
91
  ).to("cuda")
92
  print("Processor end")
93
+ print(inputs)
94
 
95
  # Generate audio
96
  with torch.no_grad():