soujanyaporia commited on
Commit
1d02fbc
·
verified ·
1 Parent(s): b4eefd2

Update app.py

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