Spaces:
Running
Running
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<title>Hugging Face Repository</title> | |
<style> | |
body { | |
font-family: Arial, sans-serif; | |
margin: 20px; | |
} | |
h1 { | |
color: #333; | |
} | |
p { | |
color: #666; | |
} | |
.container { | |
max-width: 600px; | |
margin: 0 auto; | |
} | |
</style> | |
</head> | |
<body> | |
<div class="container"> | |
<h1>Welcome to the Hugging Face Repository</h1> | |
<p> | |
This repository contains various machine learning models and tools provided by Hugging Face. | |
Please note that the use of the code and models is subject to the license agreement. | |
</p> | |
<h2>Model Visualization and Education</h2> | |
<p> | |
You are granted access to visualize and use the models in this repository for educational and informative purposes only. | |
You can interact with the models to understand their capabilities and outputs. | |
</p> | |
<h2>Restrictions</h2> | |
<p> | |
This license restricts you from self-hosting the models or code provided in this repository. | |
You are also not allowed to use any part of the code, including copying or modifying it for your own purposes. | |
Please adhere to the terms and conditions mentioned in the license agreement. | |
</p> | |
<h2>Contact</h2> | |
<p> | |
For any inquiries or requests regarding additional permissions, please contact the licensor at <a href="mailto:[email protected]">[email protected]</a>. | |
</p> | |
</div> | |
</body> | |
</html> | |