yachay commited on
Commit
77f588a
·
1 Parent(s): b626d34

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -75,7 +75,7 @@ def geolocate_text_byt5(text):
75
  return lat, lon
76
 
77
 
78
- model = ByT5ForTextGeotagging.from_pretrained("yachay/byt5-geotagging-es")
79
 
80
  #text = "¡Barcelona es increíble! #VacacionesEnEspaña"
81
 
 
75
  return lat, lon
76
 
77
 
78
+ model = ByT5ForTextGeotagging.from_pretrained("yachay/byt5-geotagging-es", use_auth_token="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")
79
 
80
  #text = "¡Barcelona es increíble! #VacacionesEnEspaña"
81