Spaces:
Runtime error
Runtime error
File size: 602 Bytes
3db63ac 4b27b73 3db63ac 060e0a7 b29e506 060e0a7 b29e506 060e0a7 b29e506 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
import os
import sys
os.system('git clone https://github.com/facebookresearch/av_hubert.git')
os.chdir('/home/user/app/av_hubert')
os.system('git submodule init')
os.system('git submodule update')
os.chdir('/home/user/app/av_hubert/fairseq')
os.system('pip install ./')
os.system('pip install sentencepiece')
os.system('pip install python_speech_features')
os.system('pip install scikit-video')
os.system('pip install transformers')
os.system('pip install gradio==3.12')
os.chdir('/home/user/app/av_hubert/avhubert')
sys.path.append('av_hubert')
sys.path.append('av_hubert/avhubert')
print(sys.path) |