Brasd99 commited on
Commit
af0a77b
·
1 Parent(s): c71100c

Added logo

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -120,9 +120,11 @@ def check(avatars_zip, photos_zip):
120
  return create_image(not_found_faces)
121
 
122
  title = '<h1 style="text-align:center">SquadDetective</h1>'
 
123
 
124
  with gr.Blocks(theme='soft', title='SquadDetective') as blocks:
125
  gr.HTML(title)
 
126
  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')
127
  with gr.Row():
128
  avatars = gr.inputs.File(label='Avatar images (zip)')
 
120
  return create_image(not_found_faces)
121
 
122
  title = '<h1 style="text-align:center">SquadDetective</h1>'
123
+ logo = '<center><img src="https://i.ibb.co/C0BH40g/logo.png" width="300" height="300" alt="SquadDetective logo"></center>'
124
 
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 images (zip)')