Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -17,6 +17,11 @@ uid = uuid.uuid4()
|
|
17 |
#os.system("pip install dlib")
|
18 |
os.system('bash setup.sh')
|
19 |
|
|
|
|
|
|
|
|
|
|
|
20 |
def lab2rgb(L, AB):
|
21 |
"""Convert an Lab tensor image to a RGB numpy output
|
22 |
Parameters:
|
|
|
17 |
#os.system("pip install dlib")
|
18 |
os.system('bash setup.sh')
|
19 |
|
20 |
+
def run_im(inp):
|
21 |
+
outp=run(inp)
|
22 |
+
return outp
|
23 |
+
|
24 |
+
|
25 |
def lab2rgb(L, AB):
|
26 |
"""Convert an Lab tensor image to a RGB numpy output
|
27 |
Parameters:
|