Commit ·
3c4fc74
1
Parent(s): 68bb238
added new test image
Browse files- app.py +1 -0
- images/attack_mask.jpg +0 -0
app.py
CHANGED
|
@@ -117,6 +117,7 @@ with gr.Blocks() as LivenessDemo:
|
|
| 117 |
"images/attack_client026_android_SD_printed_photo_scene01.jpg",
|
| 118 |
"images/attack_deepfake_1.jpg",
|
| 119 |
"images/attack_deepfake_3.jpg",
|
|
|
|
| 120 |
],
|
| 121 |
inputs=input_img_path,
|
| 122 |
)
|
|
|
|
| 117 |
"images/attack_client026_android_SD_printed_photo_scene01.jpg",
|
| 118 |
"images/attack_deepfake_1.jpg",
|
| 119 |
"images/attack_deepfake_3.jpg",
|
| 120 |
+
"images/attack_mask.jpg",
|
| 121 |
],
|
| 122 |
inputs=input_img_path,
|
| 123 |
)
|
images/attack_mask.jpg
ADDED
|