BeMerciless commited on
Commit
7456aae
1 Parent(s): 1cca011

Update app.py

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