Nakhwa commited on
Commit
80b7118
·
verified ·
1 Parent(s): 82bd08f

Update deteksi_upload.py

Browse files
Files changed (1) hide show
  1. deteksi_upload.py +1 -2
deteksi_upload.py CHANGED
@@ -11,8 +11,7 @@ from datetime import datetime
11
  import pytz
12
 
13
  # Set environment variable for Google Cloud credentials
14
- os.environ["GOOGLE_APPLICATION_CREDENTIALS"] = r"C:\Users\Lenovo\Downloads\DasboardBert\inbound-source-431806-g7-e49e388ce0be.json"
15
-
16
  def save_corrections_to_gcs(bucket_name, file_name, correction_data):
17
  client = storage.Client()
18
  bucket = client.bucket("dashboardhoax-bucket")
 
11
  import pytz
12
 
13
  # Set environment variable for Google Cloud credentials
14
+ os.environ["GOOGLE_APPLICATION_CREDENTIALS"] = "inbound-source-431806-g7-e49e388ce0be.json"
 
15
  def save_corrections_to_gcs(bucket_name, file_name, correction_data):
16
  client = storage.Client()
17
  bucket = client.bucket("dashboardhoax-bucket")