Fabrice-TIERCELIN commited on
Commit
d2f25e6
1 Parent(s): 7c193c2
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -97,7 +97,7 @@ class Tango:
97
  # Initialize TANGO
98
 
99
  tango = Tango(device = "cpu")
100
- tango.vae.to(device_type)
101
  #tango.stft.to(device_type)
102
  #tango.model.to(device_type)
103
 
 
97
  # Initialize TANGO
98
 
99
  tango = Tango(device = "cpu")
100
+ #tango.vae.to(device_type)
101
  #tango.stft.to(device_type)
102
  #tango.model.to(device_type)
103