xp3857 commited on
Commit
c7a2d0e
·
1 Parent(s): ae21eb6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -11,10 +11,10 @@ import torchvision.transforms as transforms
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 run_im(inp):
 
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 run_im(inp):