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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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