vumichien commited on
Commit
4b27b73
1 Parent(s): 060e0a7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
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')