Turing311 commited on
Commit
aed703a
1 Parent(s): 4cd712a
Files changed (1) hide show
  1. app.py +1 -6
app.py CHANGED
@@ -89,12 +89,7 @@ def compare_face(frame1, frame2):
89
 
90
  return [r.json(), [face1, face2]]
91
 
92
- with gr.Blocks() as demo:
93
- gr.Markdown(
94
- """
95
- # Recognito Face Analysis
96
- """
97
- )
98
  with gr.Row():
99
  with gr.Column():
100
  compare_face_input1 = gr.Image(label="Image1", type='filepath', height=480)
 
89
 
90
  return [r.json(), [face1, face2]]
91
 
92
+ with gr.Blocks(theme='aliabid94/new-theme') as demo:
 
 
 
 
 
93
  with gr.Row():
94
  with gr.Column():
95
  compare_face_input1 = gr.Image(label="Image1", type='filepath', height=480)