Ahsen Khaliq commited on
Commit
f32ad99
1 Parent(s): ae9c057

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -13,7 +13,6 @@ from tqdm.notebook import tqdm
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
 
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