Skip to content

Commit 6539705

Browse files
hammer: [scripts] Update media path
1 parent 5f339ce commit 6539705

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/test_mukh_pip.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ echo "--------------------------------"
2121

2222
echo "\nTesting deepfake detection pipeline..."
2323
python -m examples.pipelines.deepfake_detection --media_path assets/images/img1.jpg --output_folder output/deepfake_detection_pipeline_img
24-
python -m examples.pipelines.deepfake_detection --media_path data/demo_fake/elon_musk.mp4 --output_folder output/deepfake_detection_pipeline_video
24+
python -m examples.pipelines.deepfake_detection --media_path assets/videos/deepfake_elon_musk.mp4 --output_folder output/deepfake_detection_pipeline_video
2525
echo "Completed testing deepfake detection pipeline"
2626
echo "--------------------------------"
2727

0 commit comments

Comments
 (0)