Spaces:
Sleeping
Sleeping
Update deteksi_content.py
Browse files- 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"] = "
|
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
|