bashyaldhiraj2067 commited on
Commit
1c50fdc
·
verified ·
1 Parent(s): 626d981

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ from google.cloud import vision
7
  from transformers import AutoTokenizer, AutoModelForTokenClassification
8
 
9
  # ====== Set Google Credential ======
10
- os.environ["GOOGLE_APPLICATION_CREDENTIALS"] = "/content/eastern-entity-450514-u2-c9949243357a.json"
11
 
12
  # ====== Load Vision API and Model ======
13
  client = vision.ImageAnnotatorClient()
 
7
  from transformers import AutoTokenizer, AutoModelForTokenClassification
8
 
9
  # ====== Set Google Credential ======
10
+ os.environ["GOOGLE_APPLICATION_CREDENTIALS"] = "eastern-entity-450514-u2-c9949243357a.json"
11
 
12
  # ====== Load Vision API and Model ======
13
  client = vision.ImageAnnotatorClient()