--- title: MNIST-Model Demo emoji: 🔢 colorFrom: gray colorTo: blue sdk: gradio sdk_version: 3.39.0 app_file: app.py pinned: false license: bigscience-openrail-m --- # Overview This is a model trained on the obligatory MNIST dataset of handwritten digits. It is very easy to trick as-is, because I didn't bother adding noise/transforms to the inputs during training.