vumichien commited on
Commit
ef2f208
1 Parent(s): 0b7c598

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,7 +48,7 @@ from pytube import YouTube
48
 
49
  user_dir = "/home/user/app/av_hubert/avhubert"
50
  utils.import_user_module(Namespace(user_dir=user_dir))
51
- data_dir = tempfile.mkdtemp()
52
 
53
  ckpt_path = hf_hub_download('vumichien/AV-HuBERT', 'model.pt')
54
  face_detector_path = "/home/user/app/mmod_human_face_detector.dat"
 
48
 
49
  user_dir = "/home/user/app/av_hubert/avhubert"
50
  utils.import_user_module(Namespace(user_dir=user_dir))
51
+ data_dir = "/home/user/app/video"
52
 
53
  ckpt_path = hf_hub_download('vumichien/AV-HuBERT', 'model.pt')
54
  face_detector_path = "/home/user/app/mmod_human_face_detector.dat"