Prof-Reza's picture
Upload folder using huggingface_hub
e0f66ff
raw
history blame
No virus
406 Bytes
<!DOCTYPE html>
<html lang="en">
<head>
{% block head %}
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="{{url_for('static', filename='style.css')}}" />
<title>AudioCraft β€” MOS</title>
{% endblock %}
</head>
<body>
<div class="content">
<h1>AudioCraft β€” MOS </h1>
{% block content %}{% endblock %}
</div>
</body>
</html>