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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -225,7 +225,7 @@ class Mustango:
225
 
226
 
227
  # Initialize Mustango
228
- mustango = Mustango(device="CPU")
229
  mustango.vae.to(device_type)
230
  mustango.stft.to(device_type)
231
  mustango.model.to(device_type)
 
225
 
226
 
227
  # Initialize Mustango
228
+ mustango = Mustango(device="cpu")
229
  mustango.vae.to(device_type)
230
  mustango.stft.to(device_type)
231
  mustango.model.to(device_type)