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