piazzola commited on
Commit
27dd81f
·
1 Parent(s): 0f751d1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -27,6 +27,9 @@ nlp = pipeline("text-generation",
27
  nlp("I live at 15 Firstfield Road.")
28
  ```
29
 
 
 
 
30
  ## Intended uses & limitations
31
 
32
  The model is intended to detect addresses that occur in a sentence.
 
27
  nlp("I live at 15 Firstfield Road.")
28
  ```
29
 
30
+ **Note that if you would like to try longer sentences using the Hosted inference API
31
+ on the right hand side on this website, you might need to click "compute" more than one time to get the address.**
32
+
33
  ## Intended uses & limitations
34
 
35
  The model is intended to detect addresses that occur in a sentence.