adpro commited on
Commit
060e0bc
·
verified ·
1 Parent(s): f85a6e2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 [img, gltf_path, gltf_path]
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