mdpco commited on
Commit
175ac72
·
1 Parent(s): 27eccd9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ def sepia(input_img):
10
 
11
  demo = gr.Interface(
12
  sepia,
13
- gr.Image(element="image", image_mode="RGB"),
14
  "image"
15
  )
16
 
 
10
 
11
  demo = gr.Interface(
12
  sepia,
13
+ gr.Image(image_mode="RGB"),
14
  "image"
15
  )
16