update title and description
Browse files
.DS_Store
ADDED
|
Binary file (6.15 kB). View file
|
|
|
app.py
CHANGED
|
@@ -60,7 +60,7 @@ iface = gr.Interface(
|
|
| 60 |
gr.JSON(label="Language Detection & Translation"),
|
| 61 |
gr.JSON(label="Hate Speech Detection")
|
| 62 |
],
|
| 63 |
-
title="
|
| 64 |
description="Enter text to detect its language, translate it to English if needed, and check for hate speech."
|
| 65 |
)
|
| 66 |
|
|
|
|
| 60 |
gr.JSON(label="Language Detection & Translation"),
|
| 61 |
gr.JSON(label="Hate Speech Detection")
|
| 62 |
],
|
| 63 |
+
title="XPoll Creation - detect language, translate, and check for offensive speech",
|
| 64 |
description="Enter text to detect its language, translate it to English if needed, and check for hate speech."
|
| 65 |
)
|
| 66 |
|