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

Update deteksi_content.py

Browse files
Files changed (1) hide show
  1. deteksi_content.py +1 -1
deteksi_content.py CHANGED
@@ -13,7 +13,7 @@ from io import StringIO
13
  import pytz
14
 
15
  # Set environment variable for Google Cloud credentials
16
- os.environ["GOOGLE_APPLICATION_CREDENTIALS"] = r"C:\Users\Lenovo\Downloads\DasboardBert\inbound-source-431806-g7-e49e388ce0be.json"
17
 
18
  def save_corrections_to_gcs(bucket_name, file_name, correction_data):
19
  client = storage.Client() # Uses the credentials set by the environment variable
 
13
  import pytz
14
 
15
  # Set environment variable for Google Cloud credentials
16
+ os.environ["GOOGLE_APPLICATION_CREDENTIALS"] = "inbound-source-431806-g7-e49e388ce0be.json"
17
 
18
  def save_corrections_to_gcs(bucket_name, file_name, correction_data):
19
  client = storage.Client() # Uses the credentials set by the environment variable