John Yan
commited on
Commit
·
ffea18c
1
Parent(s):
c017f1e
image classify dogs and cats
Browse files
.gitattributes
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
*.md filter=lfs diff=lfs merge=lfs -text
|
2 |
+
*.py filter=lfs diff=lfs merge=lfs -text
|
3 |
+
*.png filter=lfs diff=lfs merge=lfs -text
|
4 |
+
*.pkl filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
@@ -1,13 +1,3 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
colorFrom: purple
|
5 |
-
colorTo: indigo
|
6 |
-
sdk: gradio
|
7 |
-
sdk_version: 3.27.0
|
8 |
-
app_file: app.py
|
9 |
-
pinned: false
|
10 |
-
license: apache-2.0
|
11 |
-
---
|
12 |
-
|
13 |
-
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7534087db33b4e16eb44d0c1a7bd84d58f3591a7fcd0175948b03103b727e386
|
3 |
+
size 247
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app.py
CHANGED
@@ -1,7 +1,3 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
return "Hello " + name + "!!" + "and hello world 123f"
|
5 |
-
|
6 |
-
iface = gr.Interface(fn=greet, inputs="text", outputs="text")
|
7 |
-
iface.launch()
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:99097083da4411a62b330cb44375a35dd5fbad36b64f2d943f1855962f7aa470
|
3 |
+
size 603
|
|
|
|
|
|
|
|
cat.png
ADDED
![]() |
Git LFS Details
|
dog.png
ADDED
![]() |
Git LFS Details
|
dunno.png
ADDED
![]() |
Git LFS Details
|
model.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8e6cbd70d2877f7e1deda15532f156ece3e9b9c21c308bf04f019bc538a1f1aa
|
3 |
+
size 47061483
|