Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,4 +1,6 @@
|
|
1 |
import os
|
|
|
|
|
2 |
os.system('git clone https://github.com/facebookresearch/av_hubert.git')
|
3 |
os.chdir('/home/user/app/av_hubert')
|
4 |
os.system('git submodule init')
|
|
|
1 |
import os
|
2 |
+
import sys
|
3 |
+
|
4 |
os.system('git clone https://github.com/facebookresearch/av_hubert.git')
|
5 |
os.chdir('/home/user/app/av_hubert')
|
6 |
os.system('git submodule init')
|