Spaces:
Sleeping
Sleeping
<html lang="en"> | |
<head> | |
<title>Video Audio Extractor</title> | |
</head> | |
<body> | |
<h1>Extract Audio from Loom or MP4 URL</h1> | |
<form method="POST"> | |
<label for="video_url">Video URL:</label><br> | |
<input type="url" name="video_url" id="video_url" required style="width: 400px;"><br><br> | |
<button type="submit">Extract Audio</button> | |
</form> | |
</body> | |
</html> | |