update title and description
Browse files
app.py
CHANGED
|
@@ -60,8 +60,8 @@ iface = gr.Interface(
|
|
| 60 |
gr.JSON(label="Language Detection & Translation"),
|
| 61 |
gr.JSON(label="Hate Speech Detection")
|
| 62 |
],
|
| 63 |
-
title="
|
| 64 |
-
description="Enter text
|
| 65 |
)
|
| 66 |
|
| 67 |
# Launch the Gradio app
|
|
|
|
| 60 |
gr.JSON(label="Language Detection & Translation"),
|
| 61 |
gr.JSON(label="Hate Speech Detection")
|
| 62 |
],
|
| 63 |
+
title="Detect language, translate, and check for offensive speech",
|
| 64 |
+
description="Enter text..."
|
| 65 |
)
|
| 66 |
|
| 67 |
# Launch the Gradio app
|