vector commited on
Commit
b29bf0e
·
1 Parent(s): 51a2a10

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -7
app.py CHANGED
@@ -12,13 +12,6 @@ def sepia(input_img):
12
  return sepia_img
13
 
14
 
15
-
16
-
17
-
18
-
19
-
20
-
21
-
22
 
23
 
24
  demo = gr.Interface(sepia, gr.Image(shape=(200, 200)), "image")
 
12
  return sepia_img
13
 
14
 
 
 
 
 
 
 
 
15
 
16
 
17
  demo = gr.Interface(sepia, gr.Image(shape=(200, 200)), "image")