Spaces:
Sleeping
Sleeping
Upload 7 files
Browse files- .gitattributes +5 -0
- NanumGothic.ttf +3 -0
- NanumGothicBold.ttf +3 -0
- NanumGothicExtraBold.ttf +3 -0
- NanumGothicLight.ttf +3 -0
- NotoColorEmoji-Regular.ttf +3 -0
- README.md +7 -8
- requirements.txt +10 -0
.gitattributes
CHANGED
@@ -33,3 +33,8 @@ 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 |
+
NanumGothic.ttf filter=lfs diff=lfs merge=lfs -text
|
37 |
+
NanumGothicBold.ttf filter=lfs diff=lfs merge=lfs -text
|
38 |
+
NanumGothicExtraBold.ttf filter=lfs diff=lfs merge=lfs -text
|
39 |
+
NanumGothicLight.ttf filter=lfs diff=lfs merge=lfs -text
|
40 |
+
NotoColorEmoji-Regular.ttf filter=lfs diff=lfs merge=lfs -text
|
NanumGothic.ttf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:48a28e97b34fc8e5b157657633670cd1b7de126cfc414da65ce9c3d5bc8be733
|
3 |
+
size 4691820
|
NanumGothicBold.ttf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:454eb3f503f377782a99eb84fc4bb7dde22a0f075d41b47427737f2985053bc9
|
3 |
+
size 4642244
|
NanumGothicExtraBold.ttf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e0288775c8f021f327fd77f9eb251eea80e4601bbbb068478c7878caa23e8f92
|
3 |
+
size 4526920
|
NanumGothicLight.ttf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:da39544c39be58124a4fcb296eafc2bf73530b3dbd1b19aa802c5c3fd227e31c
|
3 |
+
size 1523188
|
NotoColorEmoji-Regular.ttf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a6ed1ecf278da058568b79d71438a0d789efe749b54b7f65135a6a1a5739bdc7
|
3 |
+
size 24015992
|
README.md
CHANGED
@@ -1,13 +1,12 @@
|
|
1 |
---
|
2 |
-
title: Kmkm 1
|
3 |
emoji: 💻
|
4 |
-
colorFrom:
|
5 |
-
colorTo:
|
6 |
sdk: gradio
|
7 |
-
sdk_version:
|
8 |
app_file: app.py
|
9 |
-
pinned:
|
10 |
license: apache-2.0
|
11 |
-
|
12 |
-
|
13 |
-
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
1 |
---
|
2 |
+
title: Kmkm 1
|
3 |
emoji: 💻
|
4 |
+
colorFrom: pink
|
5 |
+
colorTo: purple
|
6 |
sdk: gradio
|
7 |
+
sdk_version: 4.44.1
|
8 |
app_file: app.py
|
9 |
+
pinned: true
|
10 |
license: apache-2.0
|
11 |
+
short_description: kmkm
|
12 |
+
---
|
|
requirements.txt
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio
|
2 |
+
requests
|
3 |
+
huggingface_hub
|
4 |
+
fpdf2
|
5 |
+
openai==0.28.0
|
6 |
+
scikit-learn
|
7 |
+
weasyprint
|
8 |
+
beautifulsoup4
|
9 |
+
markdown2
|
10 |
+
Pillow
|