Spaces:
Runtime error
Runtime error
Commit
·
567331a
1
Parent(s):
548da0d
Update app.py
Browse files
app.py
CHANGED
@@ -68,5 +68,5 @@ def greet(sent,mode):
|
|
68 |
return result
|
69 |
intput="text"
|
70 |
input2= gr.Dropdown(choices=['Malicious_comment','Economic_article'])
|
71 |
-
iface = gr.Interface(fn=greet,title='Korean
|
72 |
iface.launch()
|
|
|
68 |
return result
|
69 |
intput="text"
|
70 |
input2= gr.Dropdown(choices=['Malicious_comment','Economic_article'])
|
71 |
+
iface = gr.Interface(fn=greet,title='Korean classification',description="한국어 악플 && 경제기사 긍부정 판별기",inputs=[intput,input2], outputs="text")
|
72 |
iface.launch()
|