hylee commited on
Commit
b43156b
1 Parent(s): b3b109a
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -54,7 +54,7 @@ def run(
54
 
55
  cartoon = p2c.inference(image.name)
56
 
57
- return PIL.Image.Image.fromarray(cartoon)
58
 
59
 
60
  def main():
 
54
 
55
  cartoon = p2c.inference(image.name)
56
 
57
+ return PIL.Image.fromarray(cartoon)
58
 
59
 
60
  def main():