Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -140,7 +140,7 @@ def main(image, backbone, style):
|
|
| 140 |
image = Image.fromarray(image)
|
| 141 |
isize = image.size
|
| 142 |
image = process(image, transformer)
|
| 143 |
-
s = f"The output image
|
| 144 |
return image, s
|
| 145 |
|
| 146 |
|
|
|
|
| 140 |
image = Image.fromarray(image)
|
| 141 |
isize = image.size
|
| 142 |
image = process(image, transformer)
|
| 143 |
+
s = f"The output image {str(image.size)} is processed by {backbone} based on input image {str(isize)}. <br> Please <b>rate</b> the generated image through the <b>Flag</b> button below!"
|
| 144 |
return image, s
|
| 145 |
|
| 146 |
|