Zhu-FaceOnLive commited on
Commit
6b092bc
β€’
1 Parent(s): 01c9143

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -0
app.py CHANGED
@@ -38,6 +38,12 @@ def search_face(file):
38
 
39
 
40
  with gr.Blocks() as demo:
 
 
 
 
 
 
41
  with gr.Row():
42
  with gr.Column(scale=1):
43
  image = gr.Image(type='filepath', height=480)
 
38
 
39
 
40
  with gr.Blocks() as demo:
41
+ gr.Markdown(
42
+ """
43
+ # Search Your Face Online For Free
44
+ Check our website https://faceonlive.com for on-premises ID Verification & Face Biometrics Solutions.<br/>
45
+ """
46
+ )
47
  with gr.Row():
48
  with gr.Column(scale=1):
49
  image = gr.Image(type='filepath', height=480)