wf123aaa commited on
Commit
e2f7db5
·
1 Parent(s): 3ac63a6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -10,6 +10,4 @@ def sepia(input_img):
10
  sepia_img /= sepia_img.max()
11
  return sepia_img
12
 
13
- demo = gr.Interface(sepia, gr.Image(shape=(200, 200)), "image")
14
-
15
- demo.launch()
 
10
  sepia_img /= sepia_img.max()
11
  return sepia_img
12
 
13
+ gr.Interface(sepia, gr.Image(shape=(200, 200)), "image").launch()