datasetsANDmodels commited on
Commit
0f7d53a
·
verified ·
1 Parent(s): b8794bf

Update usage.py

Browse files
Files changed (1) hide show
  1. usage.py +1 -1
usage.py CHANGED
@@ -1,5 +1,5 @@
1
  from transformers import pipeline
2
- extractor = pipeline("text2text-generation", model="location")
3
 
4
  intent = " I will visit you at botanic garden."
5
 
 
1
  from transformers import pipeline
2
+ extractor = pipeline("text2text-generation", model="datasetsANDmodels/location-extraction")
3
 
4
  intent = " I will visit you at botanic garden."
5