Spaces:
Runtime error
Runtime error
Changed description
Browse files
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, 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)')
|