Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -44,7 +44,7 @@ def resize_image(image):
|
|
44 |
return image
|
45 |
|
46 |
|
47 |
-
def process(
|
48 |
|
49 |
# prepare input
|
50 |
orig_image = Image.fromarray(image)
|
|
|
44 |
return image
|
45 |
|
46 |
|
47 |
+
def process(Image):
|
48 |
|
49 |
# prepare input
|
50 |
orig_image = Image.fromarray(image)
|