Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -251,7 +251,7 @@ 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, "1.2.410.200067.100.3.20180329.854150923.18613.1.1.dicom.jpeg"),
|
254 |
-
|
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"),
|
|
|
251 |
gr.Markdown("## Image Examples")
|
252 |
gr.Examples(
|
253 |
examples=[os.path.join(examples_dir, "1.2.410.200067.100.3.20180329.854150923.18613.1.1.dicom.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"),
|