yupikopi commited on
Commit
9cb211a
·
1 Parent(s): 58e1da5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,7 +31,7 @@ def sepia(inp):
31
  # シンプルなUIを作成
32
  demo = gr.Interface(
33
  fn=sepia,
34
- inputs=gr.Image(shape=(256, 256)),
35
  outputs="image"
36
  ).launch()
37
 
 
31
  # シンプルなUIを作成
32
  demo = gr.Interface(
33
  fn=sepia,
34
+ inputs=gr.Image(shape=(256, 256, 3)),
35
  outputs="image"
36
  ).launch()
37