AezersX
commited on
Commit
·
e6cd80e
1
Parent(s):
d219bc9
Update app.py
Browse files
app.py
CHANGED
@@ -37,4 +37,4 @@ def score_comment(comment):
|
|
37 |
return text
|
38 |
|
39 |
interface = gr.Interface(fn=score_comment, inputs=gr.inputs.Textbox(lines=2, placeholder='Toxic Detector by: AezersX'), outputs='text')
|
40 |
-
interface.launch(
|
|
|
37 |
return text
|
38 |
|
39 |
interface = gr.Interface(fn=score_comment, inputs=gr.inputs.Textbox(lines=2, placeholder='Toxic Detector by: AezersX'), outputs='text')
|
40 |
+
interface.launch()
|