poi_Engineering / templates /tracker.html
Juartaurus's picture
Upload folder using huggingface_hub
1865436
raw
history blame contribute delete
No virus
306 Bytes
<!doctype html>
<html>
<head>
<title>Python Flask - Video Upload and Play Example</title>
</head>
<body>
<form method="POST" action="http://localhost:8080/uploadfile" enctype="multipart/form-data">
<input type="file" name="file" accept="video/*" />
<input type="submit" />
</form>
</body>
</html>