Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
DataScienceProject
/
VIT_Demo
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
a933cfb
VIT_Demo
/
app.py
litav
Update app.py
a933cfb
verified
7 months ago
raw
Copy download link
history
blame
Safe
Wrap lines
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."
)