Update usage.py
Browse files
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 |
|