WitNote / tests /e2e /fixtures /upload.html
AUXteam's picture
Upload folder using huggingface_hub
6a7089a verified
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>E2E Test - Upload</title>
</head>
<body>
<h1>Upload Test</h1>
<form id="upload-form">
<input type="file" id="single-file" name="file">
<input type="file" id="multi-file" name="files" multiple>
<button type="submit">Upload</button>
</form>
</body>
</html>