Spaces:
Running
Running
sab
commited on
Commit
·
dd4505c
1
Parent(s):
52a9770
- README.md +4 -6
- index.html +1 -1
- logo.png +0 -0
README.md
CHANGED
@@ -1,14 +1,12 @@
|
|
1 |
---
|
2 |
-
title: DeepSeek-R1
|
3 |
-
emoji:
|
4 |
-
colorFrom:
|
5 |
colorTo: blue
|
6 |
sdk: static
|
7 |
pinned: false
|
8 |
license: apache-2.0
|
9 |
-
short_description:
|
10 |
-
thumbnail: >-
|
11 |
-
https://huggingface.co/spaces/webml-community/deepseek-r1-webgpu/resolve/main/banner.png
|
12 |
models:
|
13 |
- onnx-community/DeepSeek-R1-Distill-Qwen-1.5B-ONNX
|
14 |
---
|
|
|
1 |
---
|
2 |
+
title: DeepSeek-R1 in your Browser
|
3 |
+
emoji: 🐋
|
4 |
+
colorFrom: gray
|
5 |
colorTo: blue
|
6 |
sdk: static
|
7 |
pinned: false
|
8 |
license: apache-2.0
|
9 |
+
short_description: A cutting-edge reasoning model that operates locally within your browser
|
|
|
|
|
10 |
models:
|
11 |
- onnx-community/DeepSeek-R1-Distill-Qwen-1.5B-ONNX
|
12 |
---
|
index.html
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
<html lang="en">
|
3 |
<head>
|
4 |
<meta charset="UTF-8" />
|
5 |
-
<link rel="icon" type="image/png" href="/
|
6 |
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
7 |
<title>DeepSeek-R1 WebGPU</title>
|
8 |
<script type="module" crossorigin src="/assets/index-dKoIuxf-.js"></script>
|
|
|
2 |
<html lang="en">
|
3 |
<head>
|
4 |
<meta charset="UTF-8" />
|
5 |
+
<link rel="icon" type="image/png" href="/logo_2.png" />
|
6 |
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
7 |
<title>DeepSeek-R1 WebGPU</title>
|
8 |
<script type="module" crossorigin src="/assets/index-dKoIuxf-.js"></script>
|
logo.png
DELETED
Binary file (860 kB)
|
|