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