Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -10,6 +10,6 @@ front_end = gr.Interface(fn = get_sentiment,
|
|
| 10 |
inputs = "text",
|
| 11 |
outputs = ["text"],
|
| 12 |
title = "Toxicity Detector",
|
| 13 |
-
description = "A simple web-app to find out that
|
| 14 |
|
| 15 |
front_end.launch(inline=False)
|
|
|
|
| 10 |
inputs = "text",
|
| 11 |
outputs = ["text"],
|
| 12 |
title = "Toxicity Detector",
|
| 13 |
+
description = "A simple web-app to find out that text is toxic or not")
|
| 14 |
|
| 15 |
front_end.launch(inline=False)
|