nchime commited on
Commit
84ac48d
·
verified ·
1 Parent(s): 9b833fa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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