Brasd99 commited on
Commit
ace09f3
·
1 Parent(s): bd5a570

Renamed service

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -118,11 +118,11 @@ def check(avatars_zip, photos_zip):
118
 
119
  return create_image(not_found_faces)
120
 
121
- title = '<h1 style="text-align:center">FootballChecker</h1>'
122
 
123
- with gr.Blocks(theme='soft', title='FootballChecker') as blocks:
124
  gr.HTML(title)
125
- gr.Markdown('Face checking toolkit')
126
  with gr.Row():
127
  avatars = gr.inputs.File(label="Avatar Images (zip)")
128
  photos = gr.inputs.File(label="Check Photos (zip)")
 
118
 
119
  return create_image(not_found_faces)
120
 
121
+ title = '<h1 style="text-align:center">SquadDetective</h1>'
122
 
123
+ with gr.Blocks(theme='soft', title='SquadDetective') as blocks:
124
  gr.HTML(title)
125
+ gr.Markdown('SquadDetective is a service that helps sports teams to identify unclaimed players by comparing their faces to photos taken during matches. By using state-of-the-art facial recognition technology, SquadDetective can quickly and accurately match the faces of players in photos to a database of registered players, allowing teams to quickly identify any unclaimed players and take appropriate action. With SquadDetective, sports teams can ensure that all players are properly registered and eligible to play, helping to avoid potential penalties and other issues')
126
  with gr.Row():
127
  avatars = gr.inputs.File(label="Avatar Images (zip)")
128
  photos = gr.inputs.File(label="Check Photos (zip)")