Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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, "
|
255 |
-
|
256 |
-
|
257 |
-
|
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,
|