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

Changed label

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -127,7 +127,7 @@ with gr.Blocks(theme='soft', title='SquadDetective') as blocks:
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)')
131
  photos = gr.inputs.File(label='Photos to be processed (zip)')
132
  inputs = [avatars, photos]
133
  process_button = gr.Button('Process')
 
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)')
132
  inputs = [avatars, photos]
133
  process_button = gr.Button('Process')