MonikaG7 commited on
Commit
3951fdb
·
verified ·
1 Parent(s): 014afa5

Delete inference_video_model.py

Browse files
Files changed (1) hide show
  1. inference_video_model.py +0 -5
inference_video_model.py DELETED
@@ -1,5 +0,0 @@
1
- from transformers import AutoModelForImageClassification, AutoFeatureExtractor
2
-
3
- model = DrowsinessModel(model_path="MonikaG7/FatiqueModels")
4
- result = model.predict("path_to_video.mp4")
5
- print("Result:", result)