JustKiddo commited on
Commit
98ffe24
·
verified ·
1 Parent(s): 4aaee6e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ def sepia(input_img):
15
  sepia_img = input_img.dot(sepia_filter.T)
16
  sepia_img /= sepia_img.max()
17
  sepia_value = sepia_img
18
- return sepia_img, sepia_value
19
 
20
 
21
  ## https://www.gradio.app/docs/gradio/blocks
 
15
  sepia_img = input_img.dot(sepia_filter.T)
16
  sepia_img /= sepia_img.max()
17
  sepia_value = sepia_img
18
+ return sepia_img
19
 
20
 
21
  ## https://www.gradio.app/docs/gradio/blocks