Udayan012 commited on
Commit
1c285d4
·
verified ·
1 Parent(s): c7b68f0

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -33,7 +33,7 @@ The model uses two convolutional layers followed by max-pooling and fully connec
33
 
34
  ---
35
 
36
- ## 🚀 How to Use
37
 
38
  > ⚠️ Note: This is **not a Hugging Face Transformers model**.
39
  > You **cannot** use `pipeline()`. Instead, load it directly with **PyTorch**.
@@ -42,7 +42,7 @@ The model uses two convolutional layers followed by max-pooling and fully connec
42
  ```bash
43
  git clone https://huggingface.co/Udayan012/tiny-cnn-classifier
44
  cd tiny-cnn-classifier
45
-
46
  ### 2. Install Dependencies
47
  ```bash
48
  pip install torch torchvision pillow
 
33
 
34
  ---
35
 
36
+ ## How to Use
37
 
38
  > ⚠️ Note: This is **not a Hugging Face Transformers model**.
39
  > You **cannot** use `pipeline()`. Instead, load it directly with **PyTorch**.
 
42
  ```bash
43
  git clone https://huggingface.co/Udayan012/tiny-cnn-classifier
44
  cd tiny-cnn-classifier
45
+ ```
46
  ### 2. Install Dependencies
47
  ```bash
48
  pip install torch torchvision pillow