SonHyeontae commited on
Commit
b4d5c68
·
1 Parent(s): 0365d58
Files changed (6) hide show
  1. app.py +2 -1
  2. warehouse-1.jpg +0 -0
  3. warehouse-2.jpg +0 -0
  4. warehouse-3.jpg +0 -0
  5. warehouse-4.jpg +0 -0
  6. warehouse-5.jpg +0 -0
app.py CHANGED
@@ -33,6 +33,7 @@ def ade_palette():
33
  [255,51,255],
34
  [255,128,0],
35
  [255,153,255],
 
36
  [255,255,0],
37
  [255,255,224],
38
  [255,255,240]
@@ -104,7 +105,7 @@ def sepia(input_img):
104
  demo = gr.Interface(fn=sepia,
105
  inputs=gr.Image(shape=(400, 600)),
106
  outputs=['plot'],
107
- examples=["person-1.jpg", "person-2.jpg", "person-3.jpg", "person-4.jpg","person-5.jpg"],
108
  allow_flagging='never')
109
 
110
 
 
33
  [255,51,255],
34
  [255,128,0],
35
  [255,153,255],
36
+ [255,0,255],
37
  [255,255,0],
38
  [255,255,224],
39
  [255,255,240]
 
105
  demo = gr.Interface(fn=sepia,
106
  inputs=gr.Image(shape=(400, 600)),
107
  outputs=['plot'],
108
+ examples=["warehouse-1.jpg", "warehouse-2.jpg", "warehouse-3.jpg", "warehouse-4.jpg","warehouse-5.jpg"],
109
  allow_flagging='never')
110
 
111
 
warehouse-1.jpg ADDED
warehouse-2.jpg ADDED
warehouse-3.jpg ADDED
warehouse-4.jpg ADDED
warehouse-5.jpg ADDED