Ahsen Khaliq commited on
Commit
3b6bf79
·
1 Parent(s): 3c69e99
Files changed (1) hide show
  1. app.py +1 -0
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