Spaces:
Runtime error
Runtime error
init
Browse files
app.py
CHANGED
@@ -54,7 +54,7 @@ def run(
|
|
54 |
|
55 |
cartoon = p2c.inference(image.name)
|
56 |
|
57 |
-
return PIL.Image.
|
58 |
|
59 |
|
60 |
def main():
|
|
|
54 |
|
55 |
cartoon = p2c.inference(image.name)
|
56 |
|
57 |
+
return PIL.Image.fromarray(cartoon)
|
58 |
|
59 |
|
60 |
def main():
|