VIT_Demo / app.py
litav's picture
Update app.py
a933cfb verified
raw
history blame
224 Bytes
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.")