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