soujanyaporia commited on
Commit
75ffc27
1 Parent(s): de2a1bf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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