Spaces:
Sleeping
Sleeping
Commit
Β·
cc9d563
1
Parent(s):
2797f36
Update app.py
Browse files
app.py
CHANGED
@@ -14,10 +14,8 @@ label2id = {"NEGATIVE": 0, "POSITIVE": 1}
|
|
14 |
|
15 |
|
16 |
title = "νκ΅μ΄/μμ΄ κ°μ λΆμ μμ (λ€μ΄λ² μν 리뷰λ₯Ό νμ©)"
|
17 |
-
description = "μννμ μ
λ ₯νμ¬ κΈμ μ μΈμ§ λΆμ μ μΈμ§λ₯Ό λΆλ₯νλ λͺ¨λΈμ
λλ€.
|
18 |
-
|
19 |
-
νκ΅μ΄ λ²μ κ³Ό μμ΄ λ²μ μ€μμ μ νν μ μμ΅λλ€.
|
20 |
-
|
21 |
class LanguageIdentification:
|
22 |
def __init__(self):
|
23 |
pretrained_lang_model = "./lid.176.ftz"
|
|
|
14 |
|
15 |
|
16 |
title = "νκ΅μ΄/μμ΄ κ°μ λΆμ μμ (λ€μ΄λ² μν 리뷰λ₯Ό νμ©)"
|
17 |
+
description = "μννμ μ
λ ₯νμ¬ κΈμ μ μΈμ§ λΆμ μ μΈμ§λ₯Ό λΆλ₯νλ λͺ¨λΈμ
λλ€."
|
18 |
+
|
|
|
|
|
19 |
class LanguageIdentification:
|
20 |
def __init__(self):
|
21 |
pretrained_lang_model = "./lid.176.ftz"
|