ashutoshtitoria commited on
Commit
1899be2
1 Parent(s): 643fce2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -44,8 +44,8 @@ interface = gr.Interface(
44
  fn=predict_ethnicity,
45
  inputs=gr.Textbox(lines=1, placeholder="Enter a name"),
46
  outputs="text",
47
- title="Ethnicity Predictor",
48
- description="Enter a person's name and get the predicted ethnicity breakdown in a human-readable format.",
49
  )
50
 
51
  # Launch the Gradio app
 
44
  fn=predict_ethnicity,
45
  inputs=gr.Textbox(lines=1, placeholder="Enter a name"),
46
  outputs="text",
47
+ title="TOPS Infosolutions Ethnicity Predictor - Kaleida",
48
+ description="Enter a person's name and get the predicted ethnicity breakdown.",
49
  )
50
 
51
  # Launch the Gradio app