Nakhwa commited on
Commit
3e76d6d
·
verified ·
1 Parent(s): 54d2b05

Update deteksi_upload.py

Browse files
Files changed (1) hide show
  1. deteksi_upload.py +1 -1
deteksi_upload.py CHANGED
@@ -10,7 +10,7 @@ import os
10
  from datetime import datetime
11
 
12
  # Set environment variable for Google Cloud credentials
13
- os.environ["GOOGLE_APPLICATION_CREDENTIALS"] = "D:/DashboardHoax/inbound-source-431806-g7-e49e388ce0be.json"
14
 
15
  def save_corrections_to_gcs(bucket_name, file_name, correction_data):
16
  client = storage.Client()
 
10
  from datetime import datetime
11
 
12
  # Set environment variable for Google Cloud credentials
13
+ os.environ["GOOGLE_APPLICATION_CREDENTIALS"] = "inbound-source-431806-g7-e49e388ce0be.json"
14
 
15
  def save_corrections_to_gcs(bucket_name, file_name, correction_data):
16
  client = storage.Client()