cc1234 commited on
Commit
dec212a
1 Parent(s): be8076a

reset server port

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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", server_port=7861)
 
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")