Spaces:
Build error
Build error
<html> | |
<head> | |
<title>Python Flask - Video Upload and Play Example</title> | |
</head> | |
<body> | |
<form method="POST" action="http://localhost:8001/uploadfile" enctype="multipart/form-data"> | |
<input type="file" name="file" accept="image/*" /> | |
<input type="submit" /> | |
</form> | |
</body> | |
</html> |