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