Rafa-bork commited on
Commit
59c18b0
·
2 Parent(s): f72b02ab8b8273

Merge branch 'main' of https://huggingface.co/spaces/Rafa-bork/MNIST-Classification

Browse files
Files changed (2) hide show
  1. README.md +10 -0
  2. 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
- PIL
 
1
  gradio
2
  torch
3
  torchvision
4
+ Pillow