Spaces:
Sleeping
Sleeping
Merge branch 'main' of https://huggingface.co/spaces/Rafa-bork/MNIST-Classification
Browse files- README.md +10 -0
- requirements.txt +1 -1
README.md
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: "Hand-Drawn Letter Classification"
|
| 3 |
+
emoji: "✍️"
|
| 4 |
+
colorFrom: "yellow"
|
| 5 |
+
colorTo: "green"
|
| 6 |
+
sdk: "gradio"
|
| 7 |
+
sdk_version: "5.34.1"
|
| 8 |
+
app_file: "app.py"
|
| 9 |
+
pinned: false
|
| 10 |
+
---
|
requirements.txt
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
gradio
|
| 2 |
torch
|
| 3 |
torchvision
|
| 4 |
-
|
|
|
|
| 1 |
gradio
|
| 2 |
torch
|
| 3 |
torchvision
|
| 4 |
+
Pillow
|