KingNish commited on
Commit
fd82b48
·
verified ·
1 Parent(s): 3fe10eb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +16 -17
app.py CHANGED
@@ -290,7 +290,7 @@ def generate_music(
290
  for npy in stage1_output_set:
291
  codec_result = np.load(npy)
292
  decodec_rlt = []
293
- with torch.inference_mode(), torch.autocast(device_type='cuda', dtype=torch.float16):
294
  decoded_waveform = codec_model.decode(
295
  torch.as_tensor(codec_result.astype(np.int16), dtype=torch.long).unsqueeze(0).permute(1, 0, 2).to(
296
  device))
@@ -421,23 +421,22 @@ with gr.Blocks() as demo:
421
  [
422
  "Bass Metalcore Thrash Metal Furious bright vocal male Angry aggressive vocal Guitar",
423
  """[verse]
424
- Step back cause I'll ignite
425
- Won't quit without a fight
426
- No escape, gear up, it's a fierce fight
427
- Brace up, raise your hands up and light
428
- Fear the might. Step back cause I'll ignite
429
- Won't back down without a fight
430
- It keeps going and going, the heat is on.
431
-
432
- [chorus]
433
- Hot flame. Hot flame.
434
- Still here, still holding aim
435
- I don't care if I'm bright or dim: nah.
436
- I've made it clear, I'll make it again
437
- All I want is my crew and my gain.
438
- I'm feeling wild, got a bit of rebel style.
439
- Locked inside my mind, hot flame.
440
 
 
 
 
 
 
 
 
 
441
  """
442
  ],
443
  [
 
290
  for npy in stage1_output_set:
291
  codec_result = np.load(npy)
292
  decodec_rlt = []
293
+ with torch.grad():
294
  decoded_waveform = codec_model.decode(
295
  torch.as_tensor(codec_result.astype(np.int16), dtype=torch.long).unsqueeze(0).permute(1, 0, 2).to(
296
  device))
 
421
  [
422
  "Bass Metalcore Thrash Metal Furious bright vocal male Angry aggressive vocal Guitar",
423
  """[verse]
424
+ Step back cause I'll ignite
425
+ Won't quit without a fight
426
+ No escape, gear up, it's a fierce fight
427
+ Brace up, raise your hands up and light
428
+ Fear the might. Step back cause I'll ignite
429
+ Won't back down without a fight
430
+ It keeps going and going, the heat is on.
 
 
 
 
 
 
 
 
 
431
 
432
+ [chorus]
433
+ Hot flame. Hot flame.
434
+ Still here, still holding aim
435
+ I don't care if I'm bright or dim: nah.
436
+ I've made it clear, I'll make it again
437
+ All I want is my crew and my gain.
438
+ I'm feeling wild, got a bit of rebel style.
439
+ Locked inside my mind, hot flame.
440
  """
441
  ],
442
  [