Spaces:
Sleeping
Sleeping
conan1024hao
commited on
Merge branch 'main' of https://huggingface.co/spaces/nlp-waseda/Kanbun-LM
Browse files- README.md +2 -2
- requirements.txt +2 -1
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
title: Kanbun LM
|
3 |
-
emoji:
|
4 |
colorFrom: indigo
|
5 |
colorTo: pink
|
6 |
sdk: gradio
|
@@ -10,4 +10,4 @@ pinned: false
|
|
10 |
license: cc-by-sa-4.0
|
11 |
---
|
12 |
|
13 |
-
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
1 |
---
|
2 |
title: Kanbun LM
|
3 |
+
emoji: π
|
4 |
colorFrom: indigo
|
5 |
colorTo: pink
|
6 |
sdk: gradio
|
|
|
10 |
license: cc-by-sa-4.0
|
11 |
---
|
12 |
|
13 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
requirements.txt
CHANGED
@@ -1 +1,2 @@
|
|
1 |
-
transformers
|
|
|
|
1 |
+
transformers
|
2 |
+
torch
|