Spaces:
Running
on
T4
Running
on
T4
Ahsen Khaliq
commited on
Commit
·
4ee0871
1
Parent(s):
19f481f
Update app.py
Browse files
app.py
CHANGED
@@ -10,6 +10,7 @@ from tqdm.notebook import tqdm
|
|
10 |
import gradio as gr
|
11 |
import torch
|
12 |
|
|
|
13 |
mtcnn = MTCNN(image_size=256, margin=80)
|
14 |
|
15 |
# simplest ye olde trustworthy MTCNN for face detection with landmarks
|
|
|
10 |
import gradio as gr
|
11 |
import torch
|
12 |
|
13 |
+
|
14 |
mtcnn = MTCNN(image_size=256, margin=80)
|
15 |
|
16 |
# simplest ye olde trustworthy MTCNN for face detection with landmarks
|