ASLP-lab commited on
Commit
99d4ea3
·
verified ·
1 Parent(s): e7a136f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -24,6 +24,7 @@ except ImportError:
24
  import sys
25
  subprocess.check_call([sys.executable, '-m', 'pip', 'install', '--no-deps', 'xcodec2==0.1.5'])
26
  subprocess.check_call([sys.executable, '-m', 'pip', 'install', 'torchtune'])
 
27
  print('pip success!')
28
  from xcodec2.modeling_xcodec2 import XCodec2Model
29
 
 
24
  import sys
25
  subprocess.check_call([sys.executable, '-m', 'pip', 'install', '--no-deps', 'xcodec2==0.1.5'])
26
  subprocess.check_call([sys.executable, '-m', 'pip', 'install', 'torchtune'])
27
+ subprocess.check_call([sys.executable, '-m', 'pip', 'install', 'torchtao'])
28
  print('pip success!')
29
  from xcodec2.modeling_xcodec2 import XCodec2Model
30