Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -106,7 +106,7 @@ def search_image(base64_image, token_txt, request: gr.Request):
|
|
106 |
return '{"result": []}'
|
107 |
return result_text
|
108 |
|
109 |
-
with gr.Blocks(css=CSS, head=HEAD_HTML, title="
|
110 |
html = gr.HTML(MAIN_HTML, max_height=720)
|
111 |
base64_txt = gr.Textbox(label="Base64-Image", elem_id="base64_image", visible=False)
|
112 |
token_txt = gr.Textbox(label="Token-Text", elem_id="premium_token", visible=False)
|
|
|
106 |
return '{"result": []}'
|
107 |
return result_text
|
108 |
|
109 |
+
with gr.Blocks(css=CSS, head=HEAD_HTML, title="FaceSeek - Face Search Online") as iface:
|
110 |
html = gr.HTML(MAIN_HTML, max_height=720)
|
111 |
base64_txt = gr.Textbox(label="Base64-Image", elem_id="base64_image", visible=False)
|
112 |
token_txt = gr.Textbox(label="Token-Text", elem_id="premium_token", visible=False)
|