Duy-NM
commited on
Commit
·
b084fe6
1
Parent(s):
b847fc0
init
Browse files
app.py
CHANGED
@@ -50,7 +50,7 @@ with gr.Blocks() as face_compare:
|
|
50 |
|
51 |
with gr.Blocks() as face_analyze:
|
52 |
with gr.Row():
|
53 |
-
im1 = gr.Image(shape=(300, 300), type='filepath', height=300, container=True)
|
54 |
im2 = gr.Image(shape=(300, 300), height=300, container=True)
|
55 |
|
56 |
with gr.Row():
|
|
|
50 |
|
51 |
with gr.Blocks() as face_analyze:
|
52 |
with gr.Row():
|
53 |
+
im1 = gr.Image(shape=(300, 300), source='webcam', type='filepath', height=300, container=True)
|
54 |
im2 = gr.Image(shape=(300, 300), height=300, container=True)
|
55 |
|
56 |
with gr.Row():
|