vector commited on
Commit
19d45e9
·
1 Parent(s): da526c0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +10 -0
app.py CHANGED
@@ -11,5 +11,15 @@ def sepia(input_img):
11
  sepia_img /= sepia_img.max()
12
  return sepia_img
13
 
 
 
 
 
 
 
 
 
 
 
14
  -demo = gr.Interface(sepia, gr.Image(shape=(200, 200)), "image")
15
  -demo.launch()
 
11
  sepia_img /= sepia_img.max()
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")
25
  -demo.launch()