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