Update app.py
Browse files
app.py
CHANGED
|
@@ -250,7 +250,7 @@ with gr.Blocks(theme=gr.themes.Default(primary_hue=page_utils.KALBE_THEME_COLOR,
|
|
| 250 |
|
| 251 |
gr.Markdown("## Image Examples")
|
| 252 |
gr.Examples(
|
| 253 |
-
examples=[os.path.join(examples_dir, "
|
| 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"),
|
|
|
|
| 250 |
|
| 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"),
|