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