Spaces:
Runtime error
Runtime error
File size: 369 Bytes
efe883b 549747a c053729 549747a efe883b c053729 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | ---
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. |