|
<!DOCTYPE html> |
|
<html> |
|
<head> |
|
<meta charset="utf-8" /> |
|
<meta |
|
name="viewport" |
|
content="width=device-width, initial-scale=1.0, user-scalable=no" |
|
/> |
|
<meta |
|
name="description" |
|
content="We’re on a journey to advance and democratize artificial intelligence through open source and open science." |
|
/> |
|
<meta property="fb:app_id" content="1321688464574422" /> |
|
<meta name="twitter:card" content="summary_large_image" /> |
|
<meta name="twitter:site" content="@huggingface" /> |
|
<meta |
|
property="og:title" |
|
content="Hugging Discussions - Introducing Pull Requests and Discussions 🥳" |
|
/> |
|
<meta property="og:type" content="website" /> |
|
<meta |
|
property="og:url" |
|
content="https://hf.space/static/huggingface/HuggingDiscussions" |
|
/> |
|
<meta |
|
property="og:image" |
|
content="https://hf.space/static/huggingface/HuggingDiscussions/thumbnail.png" |
|
/> |
|
<title> |
|
Hugging Discussions - Introducing Pull Requests and Discussions 🥳 |
|
</title> |
|
<link rel="stylesheet" href="style.css" /> |
|
<link rel="preconnect" href="https://fonts.gstatic.com" /> |
|
<link |
|
href="https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap" |
|
rel="stylesheet" |
|
/> |
|
<link |
|
href="https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;600;700&display=swap" |
|
rel="stylesheet" |
|
/> |
|
</head> |
|
<body> |
|
<div class="card"> |
|
<h1>Hugging Discussions</h1> |
|
<h2>Introducing Pull Requests and Discussions 🥳</h2> |
|
<p>This space is dedicated to gathering feedback on the new feature</p> |
|
<p> |
|
Go it the |
|
<a |
|
href="https://huggingface.co/spaces/huggingface/HuggingDiscussions/discussions" |
|
>community tab</a |
|
> |
|
and open a discussion |
|
</p> |
|
<p> |
|
Read more about the new feature in this |
|
<a href="https://huggingface.co/blog/community-update">blog post</a> |
|
</p> |
|
<a |
|
href="https://huggingface.co/spaces/huggingface/HuggingDiscussions/discussions" |
|
> |
|
<img |
|
class="img-fluid" |
|
src="community-update.png" |
|
alt="Hugging Discussions" |
|
/></a> |
|
</div> |
|
</body> |
|
</html> |
|
|