xp3857 commited on
Commit
8d1c14c
·
1 Parent(s): 67e8b55

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -11,9 +11,10 @@ import torchvision.transforms as transforms
11
  from PIL import Image
12
  import torch
13
  import uuid
 
14
  uid = uuid.uuid4()
15
 
16
- os.system("pip install dlib")
17
  os.system('bash setup.sh')
18
 
19
  def lab2rgb(L, AB):
 
11
  from PIL import Image
12
  import torch
13
  import uuid
14
+ import dlib
15
  uid = uuid.uuid4()
16
 
17
+ #os.system("pip install dlib")
18
  os.system('bash setup.sh')
19
 
20
  def lab2rgb(L, AB):