fix: burn mnist wasm demo link

This commit is contained in:
nathaniel 2023-03-20 19:31:56 -04:00
parent eb7b1ceb2f
commit 2f91a5e4e2
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# MNIST Inference on Web
[![Demo up](https://img.shields.io/badge/demo-up-brightgreen)](https://burn-rs.github.io/mnist)
[![Demo up](https://img.shields.io/badge/demo-up-brightgreen)](https://burn-rs.github.io/demo)
This crate demonstrates how to run an MNIST-trained model in the browser for inference.