Spaces:
Runtime error
Runtime error
Commit
·
66a8264
1
Parent(s):
bceb722
new model
Browse files- app.py +1 -1
- dog_detector.pkl +2 -2
app.py
CHANGED
@@ -15,5 +15,5 @@ label = gr.outputs.Label()
|
|
15 |
examples = ['golden.jpg', 'lab.jpg', 'corgi.jpg']
|
16 |
|
17 |
intf = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples)
|
18 |
-
intf.launch(inline=False)
|
19 |
|
|
|
15 |
examples = ['golden.jpg', 'lab.jpg', 'corgi.jpg']
|
16 |
|
17 |
intf = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples)
|
18 |
+
intf.launch(inline=False, share=True)
|
19 |
|
dog_detector.pkl
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4cfe08bdeadc09fd18ccf8a477ecac0481a91187010a78f62c28d333f8d92e03
|
3 |
+
size 243280833
|