FOL-Search commited on
Commit
b714e41
·
verified ·
1 Parent(s): d83731c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="DeepSeek? FaceSeek!") 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)
 
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)