vumichien commited on
Commit
3eb6f29
1 Parent(s): 89327ab

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,7 +39,7 @@ from huggingface_hub import hf_hub_download
39
  import gradio as gr
40
 
41
  ckpt_path = hf_hub_download('vumichien/AV-HuBERT', 'model.pt')
42
- user_dir = "app/av_hubert/avhubert"
43
  face_detector_path = "/home/user/app/mmod_human_face_detector.dat"
44
  face_predictor_path = "/home/user/app/shape_predictor_68_face_landmarks.dat"
45
  mean_face_path = "/home/user/app/20words_mean_face.npy"
 
39
  import gradio as gr
40
 
41
  ckpt_path = hf_hub_download('vumichien/AV-HuBERT', 'model.pt')
42
+ user_dir = "avhubert"
43
  face_detector_path = "/home/user/app/mmod_human_face_detector.dat"
44
  face_predictor_path = "/home/user/app/shape_predictor_68_face_landmarks.dat"
45
  mean_face_path = "/home/user/app/20words_mean_face.npy"