Spaces:
Running
on
T4
Running
on
T4
Ahsen Khaliq
commited on
Commit
·
f3fa32b
1
Parent(s):
53146c4
Update app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,6 @@ from tqdm.notebook import tqdm
|
|
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
|
|
|
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
|