Spaces:
Running
Running
reset server port
Browse files
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")
|