Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -44,7 +44,7 @@ demo = gr.Interface(
|
|
| 44 |
],
|
| 45 |
outputs="text",
|
| 46 |
title="Gender Prediction",
|
| 47 |
-
description="Predicts the author's gender from a text. Supports non-English inputs via automatic translation."
|
| 48 |
)
|
| 49 |
|
| 50 |
demo.launch()
|
|
|
|
| 44 |
],
|
| 45 |
outputs="text",
|
| 46 |
title="Gender Prediction",
|
| 47 |
+
description="Predicts the author's or speaker gender from a text. Supports non-English inputs via automatic translation."
|
| 48 |
)
|
| 49 |
|
| 50 |
demo.launch()
|