Ahsen Khaliq commited on
Commit
a17e553
1 Parent(s): aa0db9c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -6,7 +6,6 @@ os.system("pip install dlib")
6
  os.system("git clone https://github.com/mchong6/JoJoGAN.git")
7
  os.chdir("JoJoGAN")
8
 
9
-
10
  import torch
11
  torch.backends.cudnn.benchmark = True
12
  from torchvision import transforms, utils
 
6
  os.system("git clone https://github.com/mchong6/JoJoGAN.git")
7
  os.chdir("JoJoGAN")
8
 
 
9
  import torch
10
  torch.backends.cudnn.benchmark = True
11
  from torchvision import transforms, utils