Spaces:
Runtime error
Runtime error
Fabrice-TIERCELIN
commited on
KO -> Let's disable more code
Browse files
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:
|