Tiger model added
Browse files- app.py +1 -1
- tiger-model.pkl +3 -0
app.py
CHANGED
@@ -12,7 +12,7 @@ def classify_img(img):
|
|
12 |
|
13 |
image = gr.Image(shape=(192, 192))
|
14 |
label = gr.Label()
|
15 |
-
examples = [
|
16 |
|
17 |
iface = gr.Interface(fn=classify_img, inputs=image, outputs=label, examples=examples)
|
18 |
iface.launch()
|
|
|
12 |
|
13 |
image = gr.Image(shape=(192, 192))
|
14 |
label = gr.Label()
|
15 |
+
examples = []
|
16 |
|
17 |
iface = gr.Interface(fn=classify_img, inputs=image, outputs=label, examples=examples)
|
18 |
iface.launch()
|
tiger-model.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ce4820c57479053f2935ef75b9061238c32933e49256f88cfa30a5bed84c903a
|
3 |
+
size 46967077
|