Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -252,9 +252,9 @@ with gr.Blocks(theme=gr.themes.Default(primary_hue=page_utils.KALBE_THEME_COLOR,
|
|
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.
|
256 |
-
os.path.join(examples_dir, "akk.
|
257 |
-
os.path.join(examples_dir, "mwl-_3_.
|
258 |
],
|
259 |
inputs=inp_img,
|
260 |
outputs=out_txt,
|
|
|
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.jpeg"),
|
256 |
+
os.path.join(examples_dir, "akk.jpeg"),
|
257 |
+
os.path.join(examples_dir, "mwl-_3_.jpeg"),
|
258 |
],
|
259 |
inputs=inp_img,
|
260 |
outputs=out_txt,
|