Fabrice-TIERCELIN commited on
Commit
7c193c2
·
verified ·
1 Parent(s): 9e15cd8

KO -> Let's disable more code

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -98,8 +98,8 @@ class 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
 
104
  #def update_seed(is_randomize_seed, seed):
105
  # if is_randomize_seed:
 
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
 
104
  #def update_seed(is_randomize_seed, seed):
105
  # if is_randomize_seed: