Omnibus commited on
Commit
731f50d
1 Parent(s): eab7e63

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ def dif_fn(inp):
33
  uid=uuid.uuid4()
34
  #output=diff.send_it(inp,5,1)
35
  output=dif(inp)
36
- outp=Image.open(output[0])
37
  width, height = outp.size
38
  rat = width/height
39
  if width > height:
 
33
  uid=uuid.uuid4()
34
  #output=diff.send_it(inp,5,1)
35
  output=dif(inp)
36
+ outp=Image.open(output)
37
  width, height = outp.size
38
  rat = width/height
39
  if width > height: