Spaces:
Runtime error
Runtime error
Erik Lager
commited on
Commit
·
3ad6ccc
1
Parent(s):
2204ac6
try3
Browse files- .ipynb_checkpoints/Untitled-checkpoint.ipynb +6 -0
- Untitled.ipynb +0 -0
- app.py +1 -1
- dog.jpg +0 -0
- model.pkl +3 -0
.ipynb_checkpoints/Untitled-checkpoint.ipynb
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"cells": [],
|
3 |
+
"metadata": {},
|
4 |
+
"nbformat": 4,
|
5 |
+
"nbformat_minor": 4
|
6 |
+
}
|
Untitled.ipynb
ADDED
The diff for this file is too large to render.
See raw diff
|
|
app.py
CHANGED
@@ -18,4 +18,4 @@ label = gr.outputs.Label()
|
|
18 |
examples = ['dog.jpg']
|
19 |
|
20 |
intf = gr.Interface(fn=classify_image, inputs=image, outputs=label,examples=examples)
|
21 |
-
intf.launch(
|
|
|
18 |
examples = ['dog.jpg']
|
19 |
|
20 |
intf = gr.Interface(fn=classify_image, inputs=image, outputs=label,examples=examples)
|
21 |
+
intf.launch()
|
dog.jpg
ADDED
![]() |
model.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:79b97b2e92a36e8fd2c0412ffebb184f15f34adedcf227d7bf880891f120e6cc
|
3 |
+
size 47061419
|