Nakhwa commited on
Commit
54d2b05
1 Parent(s): 3a5c8f8

Update deteksi_content.py

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