Ahsen Khaliq commited on
Commit
2e0e74b
1 Parent(s): e2ec231

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -11,7 +11,6 @@ from tqdm.notebook import tqdm
11
  import gradio as gr
12
  import torch
13
 
14
-
15
  mtcnn = MTCNN(image_size=256, margin=80)
16
 
17
  # simplest ye olde trustworthy MTCNN for face detection with landmarks
 
11
  import gradio as gr
12
  import torch
13
 
 
14
  mtcnn = MTCNN(image_size=256, margin=80)
15
 
16
  # simplest ye olde trustworthy MTCNN for face detection with landmarks