File size: 224 Bytes
a933cfb
93a4013
a933cfb
 
 
 
1
2
3
4
5
6
7
import os

if os.path.exists("https://cdn-uploads.huggingface.co/production/uploads/66d6f1b3b50e35e1709bfdf7/x7Ud8PO9QPfmrTvBVcCKE.mp4"):
    print("The video file exists.")
else:
    print("The video file does not exist.")