Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -9,8 +9,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 |
-
os.chdir('
|
13 |
-
|
14 |
import gradio as gr
|
15 |
import dlib, cv2, os
|
16 |
import numpy as np
|
|
|
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 |
+
print(os.listdir())
|
14 |
import gradio as gr
|
15 |
import dlib, cv2, os
|
16 |
import numpy as np
|