Spaces:
Configuration error
Configuration error
Update app.py
Browse files
app.py
CHANGED
|
@@ -179,7 +179,7 @@ else:
|
|
| 179 |
device_selection = "cpu"
|
| 180 |
|
| 181 |
class Tango:
|
| 182 |
-
def __init__(self, name="declare-lab/tango-af-
|
| 183 |
|
| 184 |
path = snapshot_download(repo_id=name)
|
| 185 |
|
|
|
|
| 179 |
device_selection = "cpu"
|
| 180 |
|
| 181 |
class Tango:
|
| 182 |
+
def __init__(self, name="declare-lab/tango-music-af-ft-mc", device=device_selection):
|
| 183 |
|
| 184 |
path = snapshot_download(repo_id=name)
|
| 185 |
|