soujanyaporia commited on
Commit
19964e7
·
verified ·
1 Parent(s): 3ec605f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -230,7 +230,7 @@ mustango.vae.to(device_type)
230
  mustango.stft.to(device_type)
231
  mustango.model.to(device_type)
232
  mustango.music_model.beats_model.to(device_type)
233
- mustango.music_model.chord_model.to(device_type)
234
  # if torch.cuda.is_available():
235
  # mustango = Mustango()
236
  # else:
 
230
  mustango.stft.to(device_type)
231
  mustango.model.to(device_type)
232
  mustango.music_model.beats_model.to(device_type)
233
+ mustango.music_model.chords_model.to(device_type)
234
  # if torch.cuda.is_available():
235
  # mustango = Mustango()
236
  # else: