akman12914 commited on
Commit
5264b44
Β·
1 Parent(s): 525a9cd

Structure revise

Browse files
README.md CHANGED
@@ -4,7 +4,7 @@ emoji: πŸ’»
4
  colorFrom: pink
5
  colorTo: indigo
6
  sdk: gradio
7
- sdk_version: 4.2.0
8
  app_file: app.py
9
  pinned: false
10
  ---
 
4
  colorFrom: pink
5
  colorTo: indigo
6
  sdk: gradio
7
+ sdk_version: 3.44.4
8
  app_file: app.py
9
  pinned: false
10
  ---
app.py CHANGED
@@ -167,8 +167,6 @@ def ade_palette():
167
  [171, 242, 0],
168
  [255, 0, 221],
169
  [255, 228, 0],
170
-
171
-
172
  ]
173
 
174
  labels_list = []
@@ -237,7 +235,7 @@ def sepia(input_img):
237
  demo = gr.Interface(fn=sepia,
238
  inputs=gr.Image(shape=(400, 600)),
239
  outputs=['plot'],
240
- examples=["image_1.jpg", "image_2.jpg", "image_3.jpg", "image_4.jpg", "image_5.jpg"],
241
  allow_flagging='never')
242
 
243
 
 
167
  [171, 242, 0],
168
  [255, 0, 221],
169
  [255, 228, 0],
 
 
170
  ]
171
 
172
  labels_list = []
 
235
  demo = gr.Interface(fn=sepia,
236
  inputs=gr.Image(shape=(400, 600)),
237
  outputs=['plot'],
238
+ examples=["image1.jpg", "image2.jpg", "image3.jpg", "image4.jpg", "image_5.jpg"],
239
  allow_flagging='never')
240
 
241
 
image_1.jpg β†’ image1.jpg RENAMED
File without changes
image_2.jpg β†’ image2.jpg RENAMED
File without changes
image_3.jpg β†’ image3.jpg RENAMED
File without changes
image_4.jpg β†’ image4.jpg RENAMED
File without changes