Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -43,6 +43,6 @@ def classify_text(text):
|
|
| 43 |
|
| 44 |
|
| 45 |
|
| 46 |
-
demo = gr.Interface(fn=classify_text, inputs="textbox", title="부적절 문장 검출기", theme="soft", description="기준: 여성/가족, 남성, 성소수자, 인종/국적, 연령, 지역, 종교, 기타 혐오, 악플/욕설, outputs="textbox")
|
| 47 |
demo.launch()
|
| 48 |
|
|
|
|
| 43 |
|
| 44 |
|
| 45 |
|
| 46 |
+
demo = gr.Interface(fn=classify_text, inputs="textbox", title="부적절 문장 검출기", theme="soft", description="기준: 여성/가족, 남성, 성소수자, 인종/국적, 연령, 지역, 종교, 기타 혐오, 악플/욕설", outputs="textbox")
|
| 47 |
demo.launch()
|
| 48 |
|