Spaces:
Runtime error
Runtime error
carlfeynman
commited on
Commit
•
8fca3ce
1
Parent(s):
895189e
Update README.md
Browse files
README.md
CHANGED
@@ -17,5 +17,7 @@ MNIST classifier from scratch
|
|
17 |
|
18 |
* Model: classifier.pth
|
19 |
|
|
|
|
|
20 |
* To Run FastApi Server Locally: uvicorn server:app --reload
|
21 |
-
![site_screenshot](/static/site_screenshot.png)
|
|
|
17 |
|
18 |
* Model: classifier.pth
|
19 |
|
20 |
+
* Try Online: https://carlfeynman-mnist.hf.space/
|
21 |
+
|
22 |
* To Run FastApi Server Locally: uvicorn server:app --reload
|
23 |
+
![site_screenshot](/static/site_screenshot.png)
|