AI-RESEARCHER-2024 commited on
Commit
8c1dad0
·
verified ·
1 Parent(s): a7562ca

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -10
README.md CHANGED
@@ -1,13 +1,6 @@
1
  ---
2
- title: Mnist Classifier
3
- emoji: 🚀
4
- colorFrom: red
5
- colorTo: gray
6
- sdk: gradio
7
- sdk_version: 5.27.0
8
  app_file: app.py
9
- pinned: false
10
- license: mit
11
  ---
12
-
13
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
1
  ---
2
+ sdk: streamlit
3
+ sdk_version: 1.25.0 # or a version supported by HF
 
 
 
 
4
  app_file: app.py
5
+ # streamlit uses port 8501 by default
 
6
  ---