xp3857 commited on
Commit
2084052
·
1 Parent(s): 62ca83d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -0
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: