Spaces:
Paused
Paused
Ahsen Khaliq
commited on
Commit
·
b31da69
1
Parent(s):
8c1b1d6
Update app.py
Browse files
app.py
CHANGED
@@ -14,7 +14,6 @@ from tqdm.notebook import tqdm
|
|
14 |
import gradio as gr
|
15 |
import torch
|
16 |
|
17 |
-
|
18 |
mtcnn = MTCNN(image_size=256, margin=80)
|
19 |
|
20 |
# simplest ye olde trustworthy MTCNN for face detection with landmarks
|
|
|
14 |
import gradio as gr
|
15 |
import torch
|
16 |
|
|
|
17 |
mtcnn = MTCNN(image_size=256, margin=80)
|
18 |
|
19 |
# simplest ye olde trustworthy MTCNN for face detection with landmarks
|