Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -19,7 +19,7 @@ else:
|
|
| 19 |
device_selection = "cpu"
|
| 20 |
|
| 21 |
class Tango:
|
| 22 |
-
def __init__(self, name="declare-lab/tango", device=device_selection):
|
| 23 |
|
| 24 |
path = snapshot_download(repo_id=name)
|
| 25 |
|
|
|
|
| 19 |
device_selection = "cpu"
|
| 20 |
|
| 21 |
class Tango:
|
| 22 |
+
def __init__(self, name="declare-lab/tango-full-ft-audiocaps", device=device_selection):
|
| 23 |
|
| 24 |
path = snapshot_download(repo_id=name)
|
| 25 |
|