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

Update app.py

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