Spaces:
Runtime error
Runtime error
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 |
|