miguelgargallo commited on
Commit
1b0591f
1 Parent(s): 12ebe43

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +48 -42
index.html CHANGED
@@ -1,48 +1,54 @@
1
  <!DOCTYPE html>
2
- <html lang="en">
3
  <head>
4
- <meta charset="UTF-8">
5
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
- <title>Hugging Face Repository</title>
7
- <style>
8
- body {
9
- font-family: Arial, sans-serif;
10
- margin: 20px;
11
- }
12
- h1 {
13
- color: #333;
14
- }
15
- p {
16
- color: #666;
17
- }
18
- .container {
19
- max-width: 600px;
20
- margin: 0 auto;
21
- }
22
- </style>
23
  </head>
24
  <body>
25
- <div class="container">
26
- <h1>Welcome to the Hugging Face Repository</h1>
27
- <p>
28
- This repository contains various machine learning models and tools provided by Hugging Face.
29
- Please note that the use of the code and models is subject to the license agreement.
30
- </p>
31
- <h2>Model Visualization and Education</h2>
32
- <p>
33
- You are granted access to visualize and use the models in this repository for educational and informative purposes only.
34
- You can interact with the models to understand their capabilities and outputs.
35
- </p>
36
- <h2>Restrictions</h2>
37
- <p>
38
- This license restricts you from self-hosting the models or code provided in this repository.
39
- You are also not allowed to use any part of the code, including copying or modifying it for your own purposes.
40
- Please adhere to the terms and conditions mentioned in the license agreement.
41
- </p>
42
- <h2>Contact</h2>
43
- <p>
44
- For any inquiries or requests regarding additional permissions, please contact the licensor at <a href="mailto:contact@huggingface.com">contact@huggingface.com</a>.
45
- </p>
46
- </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
47
  </body>
48
  </html>
 
1
  <!DOCTYPE html>
2
+ <html>
3
  <head>
4
+ <title>Pylar AI License</title>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  </head>
6
  <body>
7
+ <h1>Pylar AI Creative ML Restrictive License</h1>
8
+ <p>Version 1.0, May 2023</p>
9
+
10
+ <h2>Permission is hereby granted, free of charge, to any person obtaining a copy of the Pylar AI software and associated documentation files (the "Software"), to visualize and use the Software solely for educational and informative purposes, subject to the following restrictions and conditions:</h2>
11
+
12
+ <ol>
13
+ <li>
14
+ <h3>Redistribution and Use Limitations:</h3>
15
+ <ul>
16
+ <li>The Software may not be redistributed, sublicensed, sold, or otherwise transferred to any third party without prior written permission from the licensor.</li>
17
+ <li>The Software may not be used for any commercial purposes or for any purpose other than education, research, and personal learning.</li>
18
+ <li>The end user is strictly prohibited from using any part of the Software's source code, including but not limited to copying, modifying, or creating derivative works based on the code.</li>
19
+ </ul>
20
+ </li>
21
+ <li>
22
+ <h3>No Self-Hosting:</h3>
23
+ <ul>
24
+ <li>The end user may not host or make the Software available to others via any means, including but not limited to local servers, cloud services, or online platforms.</li>
25
+ </ul>
26
+ </li>
27
+ <li>
28
+ <h3>Visualizing and Educative Purpose:</h3>
29
+ <ul>
30
+ <li>The end user is granted the right to use the Software solely for visualizing the outputs and results generated by the Software.</li>
31
+ <li>The end user may use the Software to provide marks or feedback on the visualized outputs, solely for educational and informative purposes.</li>
32
+ </ul>
33
+ </li>
34
+ <li>
35
+ <h3>Intellectual Property:</h3>
36
+ <ul>
37
+ <li>All intellectual property rights in the Software, including but not limited to copyrights, trademarks, and patents, shall remain the exclusive property of the licensor.</li>
38
+ <li>The end user acknowledges that this license does not grant any ownership or rights to the Software, other than the limited rights expressly stated herein.</li>
39
+ </ul>
40
+ </li>
41
+ <li>
42
+ <h3>No Warranty:</h3>
43
+ <ul>
44
+ <li>The Software is provided "as is," without warranty of any kind, express or implied, including but not limited to the warranties of merchantability, fitness for a particular purpose, and non-infringement.</li>
45
+ <li>The licensor shall not be liable for any claim, damages, or other liability arising out of or in connection with the use or performance of the Software.</li>
46
+ </ul>
47
+ </li>
48
+ </ol>
49
+
50
+ <p>By using the Software, the end user agrees to be bound by the terms and conditions of this license. If you do not agree to these terms, you are not authorized to use the Software.</p>
51
+
52
+ <p>For inquiries or requests regarding additional permissions, please contact the licensor at [contact email].</p>
53
  </body>
54
  </html>