MNIST Predictor Space
This Space predicts a digit (0-9) from either:
- A flattened 784-value vector (comma or space separated)
- A 28x28 image
Required file
Place mnist_mlp_checkpoint.pth in the same folder as app.py.
Notes
- If your input values are 0-255, the app automatically scales them to 0-1.
- If you paste a full CSV row with 785 values (label + pixels), the first value is ignored.