Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -29,7 +29,7 @@ def process_image(image):
|
|
29 |
formatted = (output * 255 / np.max(output)).astype('uint8')
|
30 |
|
31 |
img = Image.fromarray(formatted)
|
32 |
-
return
|
33 |
|
34 |
return result
|
35 |
|
|
|
29 |
formatted = (output * 255 / np.max(output)).astype('uint8')
|
30 |
|
31 |
img = Image.fromarray(formatted)
|
32 |
+
return img
|
33 |
|
34 |
return result
|
35 |
|