abullard1 commited on
Commit
a71293c
1 Parent(s): af93e9c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -99,10 +99,10 @@ These results indicate that the model performs reasonably well at identifying th
99
 
100
  ## <u>How to Use</u>
101
 
102
- ### Via the Huggingface Space
103
  Explore and test the model interactively on its [Hugging Face Space](https://huggingface.co/spaces/abullard1/steam-review-constructiveness-classifier).
104
 
105
- ### Via the HF Transformers Library
106
  To use the model programmatically, use this Python snippet:
107
 
108
  ```python
 
99
 
100
  ## <u>How to Use</u>
101
 
102
+ ### Huggingface Space
103
  Explore and test the model interactively on its [Hugging Face Space](https://huggingface.co/spaces/abullard1/steam-review-constructiveness-classifier).
104
 
105
+ ### Transformers Library
106
  To use the model programmatically, use this Python snippet:
107
 
108
  ```python