Update app.py
Browse files
app.py
CHANGED
@@ -33,6 +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)
|
37 |
width, height = outp.size
|
38 |
rat = width/height
|
|
|
33 |
uid=uuid.uuid4()
|
34 |
#output=diff.send_it(inp,5,1)
|
35 |
output=dif(inp)
|
36 |
+
print(output)
|
37 |
outp=Image.open(output)
|
38 |
width, height = outp.size
|
39 |
rat = width/height
|