Brasd99 commited on
Commit
5892042
·
1 Parent(s): 7d5ac2d

Made name of service bold

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -125,7 +125,7 @@ logo = '<center><img src="https://i.ibb.co/C0BH40g/logo.png" width="300" height=
125
  with gr.Blocks(theme='soft', title='SquadDetective') as blocks:
126
  gr.HTML(title)
127
  gr.HTML(logo)
128
- 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.')
129
  with gr.Row():
130
  avatars = gr.inputs.File(label='Avatar photos (zip)')
131
  photos = gr.inputs.File(label='Photos to be processed (zip)')
 
125
  with gr.Blocks(theme='soft', title='SquadDetective') as blocks:
126
  gr.HTML(title)
127
  gr.HTML(logo)
128
+ 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, this service 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.')
129
  with gr.Row():
130
  avatars = gr.inputs.File(label='Avatar photos (zip)')
131
  photos = gr.inputs.File(label='Photos to be processed (zip)')