Spaces:
Runtime error
Runtime error
kevin-yang
commited on
Commit
·
804ee0c
1
Parent(s):
a1ad4a6
add model cache and fix font
Browse files
app.py
CHANGED
@@ -108,6 +108,6 @@ if __name__ == '__main__':
|
|
108 |
inputs=[gr.inputs.Dropdown(model_name_list, label="Model Name"), 'text'], outputs=['label', 'plot'],
|
109 |
examples = [[MODEL_BUF["name"], text]],
|
110 |
title="한국어 혐오성 발화 분류기 (Korean Hate Speech Classifier)",
|
111 |
-
description="Korean Hate Speech Classifier with Several Pretrained LM\nCurrent Supported Model:\n1. SoongsilBERT"
|
112 |
)
|
113 |
app.launch(inline=False)
|
|
|
108 |
inputs=[gr.inputs.Dropdown(model_name_list, label="Model Name"), 'text'], outputs=['label', 'plot'],
|
109 |
examples = [[MODEL_BUF["name"], text]],
|
110 |
title="한국어 혐오성 발화 분류기 (Korean Hate Speech Classifier)",
|
111 |
+
description="Korean Hate Speech Classifier with Several Pretrained LM\nCurrent Supported Model:\n1. SoongsilBERT\n2. KcBERT(+KLUE)\n3. KcELECTRA\n4.KoELECTRA."
|
112 |
)
|
113 |
app.launch(inline=False)
|