guru001 commited on
Commit
4c944da
1 Parent(s): eacb5dc
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,5 +11,5 @@ def sepia(input_img):
11
  sepia_img /= sepia_img.max()
12
  return "hello"
13
 
14
- demo = gr.Interface(sepia,inputs=gr.Image(shape=(200, 200)), outputs=gr.Label(), "image")
15
  demo.launch()
 
11
  sepia_img /= sepia_img.max()
12
  return "hello"
13
 
14
+ demo = gr.Interface(sepia,inputs=gr.Image(shape=(200, 200)), outputs=gr.Label())
15
  demo.launch()