Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|