ysharma HF Staff commited on
Commit
ce8f747
·
1 Parent(s): f3db442
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,4 +7,4 @@ assert demo("Foo", "bar") == "Foo bar"
7
  original = Image.open("./c1.jfif")
8
  output_img_path = demo("./c2.jfif", fn_index=1)
9
  output = Image.open(output_img_path)
10
- assert original.size == output.size
 
7
  original = Image.open("./c1.jfif")
8
  output_img_path = demo("./c2.jfif", fn_index=1)
9
  output = Image.open(output_img_path)
10
+ assert original.size == output.size