smartdigitalnetworks commited on
Commit
08e8de6
·
verified ·
1 Parent(s): 63f8c36

Upload 3 files

Browse files
Files changed (4) hide show
  1. .gitattributes +2 -0
  2. banner.png +3 -0
  3. index.html +31 -17
  4. logo.png +3 -0
.gitattributes CHANGED
@@ -33,3 +33,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ banner.png filter=lfs diff=lfs merge=lfs -text
37
+ logo.png filter=lfs diff=lfs merge=lfs -text
banner.png ADDED

Git LFS Details

  • SHA256: 4dfad2e227a78d139c5dc4767f82b2e4c96350644282d601805a89b00d207201
  • Pointer size: 131 Bytes
  • Size of remote file: 436 kB
index.html CHANGED
@@ -1,19 +1,33 @@
1
  <!doctype html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8" />
5
- <meta name="viewport" content="width=device-width" />
6
- <title>My static Space</title>
7
- <link rel="stylesheet" href="style.css" />
8
- </head>
9
- <body>
10
- <div class="card">
11
- <h1>Welcome to your static Space!</h1>
12
- <p>You can modify this app directly by editing <i>index.html</i> in the Files and versions tab.</p>
13
- <p>
14
- Also don't forget to check the
15
- <a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
16
- </p>
17
- </div>
18
- </body>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
19
  </html>
 
1
  <!doctype html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8" />
5
+ <link rel="icon" type="image/png" href="/logo.png" />
6
+ <meta name="viewport" content="width=device-width, initial-scale=1.0" />
7
+ <title>SmolLM WebGPU</title>
8
+ <script type="module" crossorigin src="/assets/index-DJnDi8CK.js"></script>
9
+ <link rel="stylesheet" crossorigin href="/assets/index-DB1xiIWM.css">
10
+ </head>
11
+
12
+ <body>
13
+ <div id="root"></div>
14
+
15
+ <script>
16
+ window.MathJax = {
17
+ tex: {
18
+ inlineMath: [
19
+ ["$", "$"],
20
+ ["\\(", "\\)"],
21
+ ],
22
+ },
23
+ svg: {
24
+ fontCache: "global",
25
+ },
26
+ };
27
+ </script>
28
+ <script
29
+ id="MathJax-script"
30
+ src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"
31
+ ></script>
32
+ </body>
33
  </html>
logo.png ADDED

Git LFS Details

  • SHA256: 3c28aed1f05f06a776baa4a7be540fc48797d8e9547b9a5e0453552110b96462
  • Pointer size: 131 Bytes
  • Size of remote file: 417 kB