MNIST-Model_Demo / README.md
RyanDA's picture
Update README.md
c053729

A newer version of the Gradio SDK is available: 6.9.0

Upgrade
metadata
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.