Spaces:
Sleeping
Sleeping
Change the round braket.
Browse files
app.py
CHANGED
@@ -20,7 +20,7 @@ def classify_image(img):
|
|
20 |
return dict(zip(categories, map(float,probs)))
|
21 |
|
22 |
# %% ../app.ipynb 12
|
23 |
-
image = gr.Image(
|
24 |
label = gr.Label()
|
25 |
examples = ['dog.jpg', 'cat.jpg', 'dunno.jpg']
|
26 |
|
|
|
20 |
return dict(zip(categories, map(float,probs)))
|
21 |
|
22 |
# %% ../app.ipynb 12
|
23 |
+
image = gr.Image()
|
24 |
label = gr.Label()
|
25 |
examples = ['dog.jpg', 'cat.jpg', 'dunno.jpg']
|
26 |
|