Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -6,6 +6,7 @@ def greet(name):
|
|
6 |
|
7 |
def transformation(image):
|
8 |
print(image)
|
|
|
9 |
large_image = cartoon_upsampling_8x(image, 'a_8x_larger_output_image.png' )
|
10 |
return large_image
|
11 |
|
|
|
6 |
|
7 |
def transformation(image):
|
8 |
print(image)
|
9 |
+
print( type(image) )
|
10 |
large_image = cartoon_upsampling_8x(image, 'a_8x_larger_output_image.png' )
|
11 |
return large_image
|
12 |
|