Spaces:
Runtime error
Runtime error
Fabrice-TIERCELIN
commited on
Commit
•
d2f25e6
1
Parent(s):
7c193c2
Still KO
Browse files
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 |
|