tutorials / index.html
davanstrien's picture
davanstrien HF staff
Update index.html
bd6efd4
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>My static Space</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<div class="card">
<h1>This Space is used to collect tutorials on using the Hugging Face Hub.</h1>
<p>Current tutorials:</p>
<ul>
<li><a href="https://huggingface.co/spaces/librarian-bots/tutorials/blob/main/generate_collection_using_huggingface_hub.ipynb">Curating Collections automatically using huggingface_hub</a></li>
<li><a href="https://huggingface.co/spaces/librarian-bots/tutorials/blob/main/smol_models_collection.ipynb"> Curating small models automatically using the huggingface_hub library</li>
</ul>
</div>
</body>
</html>
</div>
</body>
</html>