Spaces:
Running
Running
Commit
·
1ce001c
1
Parent(s):
a0db1e3
fix: Path ref
Browse files
app.py
CHANGED
@@ -27,7 +27,7 @@ def classify_image(img):
|
|
27 |
return dict(zip(categories, map(float, probs)))
|
28 |
|
29 |
# %% ../course22/vikas/dog-or-cat.ipynb 10
|
30 |
-
example_imgs_path = Path("
|
31 |
img = gr.Image()
|
32 |
label = gr.Label()
|
33 |
examples = [
|
|
|
27 |
return dict(zip(categories, map(float, probs)))
|
28 |
|
29 |
# %% ../course22/vikas/dog-or-cat.ipynb 10
|
30 |
+
example_imgs_path = Path("./sample")
|
31 |
img = gr.Image()
|
32 |
label = gr.Label()
|
33 |
examples = [
|