Spaces:
Build error
Build error
2Much2Code:) commited on
Commit ·
a8b2571
1
Parent(s): a095e0a
commit
Browse files- .python-version +1 -0
- README.md +1 -0
- battery.jpeg +0 -0
- cardboard.jpeg +0 -0
- clothes.jpeg +0 -0
- metal.jpg +0 -0
- paper.jpg +0 -0
- plastic.jpg +0 -0
- requirements.txt +3 -0
- shoes.jpg +0 -0
.python-version
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
3.7.6
|
README.md
CHANGED
|
@@ -7,6 +7,7 @@ sdk: gradio
|
|
| 7 |
sdk_version: 3.1.4
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
|
|
|
| 10 |
---
|
| 11 |
|
| 12 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
| 7 |
sdk_version: 3.1.4
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
+
python_version: 3.7.6
|
| 11 |
---
|
| 12 |
|
| 13 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
battery.jpeg
ADDED
|
cardboard.jpeg
ADDED
|
clothes.jpeg
ADDED
|
metal.jpg
ADDED
|
paper.jpg
ADDED
|
plastic.jpg
ADDED
|
requirements.txt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
numpy
|
| 2 |
+
Pillow
|
| 3 |
+
tensorflow
|
shoes.jpg
ADDED
|