sigmadream commited on
Commit
9125992
Β·
1 Parent(s): 7eb81bd
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -13,10 +13,10 @@ id2label = {0: "NEGATIVE", 1: "POSITIVE"}
13
  label2id = {"NEGATIVE": 0, "POSITIVE": 1}
14
 
15
 
16
- title = "Movie Review Score Discriminator"
17
- description = "It is a program that classifies whether it is positive or negative by entering movie reviews. \
18
- You can choose between the Korean version and the English version. \
19
- It also provides a version called ""Default"", which determines whether it is Korean or English and predicts it."
20
 
21
 
22
  class LanguageIdentification:
 
13
  label2id = {"NEGATIVE": 0, "POSITIVE": 1}
14
 
15
 
16
+ title = "μ˜ν™” 리뷰 점수 νŒλ³„κΈ°"
17
+ description = "μ˜ν™”ν‰μ„ μž…λ ₯ν•˜μ—¬ 긍정적인지 뢀정적인지λ₯Ό λΆ„λ₯˜ν•˜λŠ” ν”„λ‘œκ·Έλž¨μž…λ‹ˆλ‹€. \
18
+ ν•œκ΅­μ–΄ 버전과 μ˜μ–΄ 버전 μ€‘μ—μ„œ 선택할 수 μžˆμŠ΅λ‹ˆλ‹€. \
19
+ ν•œκ΅­μ–΄μΈμ§€ μ˜μ–΄μΈμ§€ νŒλ‹¨ν•˜κ³  μ˜ˆμΈ‘ν•΄μ£ΌλŠ” ""Default""λΌλŠ” 버전도 μ œκ³΅ν•©λ‹ˆλ‹€."
20
 
21
 
22
  class LanguageIdentification: