Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -83,7 +83,7 @@ def process_slide(slide_path):
|
|
83 |
|
84 |
image = expand2square(thumbnail, "white")
|
85 |
|
86 |
-
return process_image(image)
|
87 |
|
88 |
|
89 |
interface_slide = gr.Interface(
|
|
|
83 |
|
84 |
image = expand2square(thumbnail, "white")
|
85 |
|
86 |
+
return process_image(np.array(image))
|
87 |
|
88 |
|
89 |
interface_slide = gr.Interface(
|