Spaces:
Runtime error
Runtime error
Renamed service
Browse files
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">
|
122 |
|
123 |
-
with gr.Blocks(theme='soft', title='
|
124 |
gr.HTML(title)
|
125 |
-
gr.Markdown('
|
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)")
|