Spaces:
Build error
Build error
Update app.py
Browse files
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):
|