vumichien commited on
Commit
f0cf578
·
1 Parent(s): 38fc3e5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ os.system('git submodule init')
7
  os.system('git submodule update')
8
  os.chdir('fairseq')
9
  os.system('pip install ./')
10
- os.system('pip sentencepiece python_speech_features scikit-video transformers')
11
  sys.path.append('../avhubert/')
12
 
13
  import gradio as gr
 
7
  os.system('git submodule update')
8
  os.chdir('fairseq')
9
  os.system('pip install ./')
10
+ os.system('pip install sentencepiece python_speech_features scikit-video transformers')
11
  sys.path.append('../avhubert/')
12
 
13
  import gradio as gr