vumichien commited on
Commit
b8f5229
1 Parent(s): f0cf578

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -9,6 +9,7 @@ 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
14
  import dlib, cv2, os
 
9
  os.system('pip install ./')
10
  os.system('pip install sentencepiece python_speech_features scikit-video transformers')
11
  sys.path.append('../avhubert/')
12
+ os.chdir('..')
13
 
14
  import gradio as gr
15
  import dlib, cv2, os