Spaces:
Runtime error
Runtime error
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
|