Spaces:
Runtime error
Runtime error
BeMerciless
commited on
Commit
•
7456aae
1
Parent(s):
1cca011
Update app.py
Browse files
app.py
CHANGED
@@ -54,5 +54,5 @@ def greet(sent):
|
|
54 |
|
55 |
return result
|
56 |
|
57 |
-
iface = gr.Interface(fn=greet, inputs="text", outputs="text")
|
58 |
iface.launch()
|
|
|
54 |
|
55 |
return result
|
56 |
|
57 |
+
iface = gr.Interface(fn=greet,title='Korean malicious comment',description="한국어 악플 판별기",inputs="text", outputs="text")
|
58 |
iface.launch()
|