Ahsen Khaliq commited on
Commit
4041920
1 Parent(s): b2d1ab5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import os
2
  from PIL import Image
3
  import torch
4
  import gradio as gr
5
-
6
  os.system("git clone https://github.com/mchong6/JoJoGAN.git")
7
  os.chdir("JoJoGAN")
8
 
 
2
  from PIL import Image
3
  import torch
4
  import gradio as gr
5
+ os.system("pip install dlib")
6
  os.system("git clone https://github.com/mchong6/JoJoGAN.git")
7
  os.chdir("JoJoGAN")
8