ganteng88 commited on
Commit
9a18d21
·
1 Parent(s): 3437de8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -7
app.py CHANGED
@@ -251,13 +251,10 @@ with gr.Blocks(theme=gr.themes.Default(primary_hue=page_utils.KALBE_THEME_COLOR,
251
  gr.Markdown("## Image Examples")
252
  gr.Examples(
253
  examples=[os.path.join(examples_dir, "nv.jpeg"),
254
- os.path.join(examples_dir, "nv.jpeg"),
255
- #os.path.join(examples_dir, "ISIC_0012792_downsampled.jpg"),
256
- #os.path.join(examples_dir, "ISIC_0024452.jpg"),
257
- #os.path.join(examples_dir, "ISIC_0025957.jpg"),
258
- #os.path.join(examples_dir, "ISIC_0026876.jpg"),
259
- #os.path.join(examples_dir, "ISIC_0027385.jpg"),
260
- #os.path.join(examples_dir, "ISIC_0030956.jpg"),
261
  ],
262
  inputs=inp_img,
263
  outputs=out_txt,
 
251
  gr.Markdown("## Image Examples")
252
  gr.Examples(
253
  examples=[os.path.join(examples_dir, "nv.jpeg"),
254
+ os.path.join(examples_dir, "bcc.jpeg"),
255
+ os.path.join(examples_dir, "bkl_1.jpg"),
256
+ os.path.join(examples_dir, "akk.jpg"),
257
+ os.path.join(examples_dir, "mwl-_3_.jpg"),
 
 
 
258
  ],
259
  inputs=inp_img,
260
  outputs=out_txt,