fc63 commited on
Commit
90d86f3
·
verified ·
1 Parent(s): 4d23cf0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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()