Spaces:
Runtime error
Runtime error
kevin-yang
commited on
Commit
·
34f5227
1
Parent(s):
b1e91c5
add model cache and fix font
Browse files
app.py
CHANGED
@@ -96,7 +96,10 @@ if __name__ == '__main__':
|
|
96 |
text = '읿딴걸 홍볿글 읿랉곭 쌑젩낄고 앉앟있냩'
|
97 |
|
98 |
model_name_list = [
|
99 |
-
'jason9693/SoongsilBERT-beep-base'
|
|
|
|
|
|
|
100 |
]
|
101 |
|
102 |
#Create a gradio app with a button that calls predict()
|
|
|
96 |
text = '읿딴걸 홍볿글 읿랉곭 쌑젩낄고 앉앟있냩'
|
97 |
|
98 |
model_name_list = [
|
99 |
+
'jason9693/SoongsilBERT-beep-base',
|
100 |
+
"beomi/beep-klue-roberta-base-hate",
|
101 |
+
"beomi/beep-koelectra-base-v3-discriminator-hate",
|
102 |
+
"beomi/beep-KcELECTRA-base-hate"
|
103 |
]
|
104 |
|
105 |
#Create a gradio app with a button that calls predict()
|