cc1234 commited on
Commit
454a9ad
1 Parent(s): e6cbc82

update on 2023-11-16

Browse files
Files changed (5) hide show
  1. app.py +1 -1
  2. face.db +2 -2
  3. face.json +2 -2
  4. persons.zip +2 -2
  5. temp.jpg +0 -0
app.py CHANGED
@@ -178,4 +178,4 @@ vector_search = gr.Interface(
178
  description="512 vector created with deepface of a person and we'll tell you who it is.",
179
  )
180
 
181
- gr.TabbedInterface([image_search, image_search_multiple, vector_search]).launch(enable_queue=True, server_name="0.0.0.0")
 
178
  description="512 vector created with deepface of a person and we'll tell you who it is.",
179
  )
180
 
181
+ gr.TabbedInterface([image_search, image_search_multiple, vector_search]).launch(enable_queue=True, server_name="0.0.0.0", server_port=7861)
face.db CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:75e58556016adc9582f793897c61d51fdf3fd763abd27e8bad5869e197f58e3c
3
- size 644250768
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fa2e948f81e03173f911f677315110792c5aa186c4d8ab6b00b84c7aedcf1541
3
+ size 648537696
face.json CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f9cd0750b22226068cecf476a7d3f7db77ba342fb0cb026301e3112220865079
3
- size 8077640
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b8042e9467c7ca01a3daeca9e7558976c957324c0bd39e9dbb8b02714e29551e
3
+ size 8123440
persons.zip CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c1624e3bc69f6f549131f8864d15bddc20372df2b423998c7941846d012d1e6e
3
- size 3851776
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ad2dc27be78018ad91f3c71a18e80728f634858cbb2383f06c651f084dc5a134
3
+ size 3864732
temp.jpg CHANGED