Spaces:
Sleeping
Sleeping
Commit
·
e52ab8f
1
Parent(s):
a78cbb6
Update creds.py
Browse files
creds.py
CHANGED
@@ -15,4 +15,5 @@ def get_credentials():
|
|
15 |
return temp_filename
|
16 |
|
17 |
# pass
|
18 |
-
os.environ["GOOGLE_APPLICATION_CREDENTIALS"]= get_credentials()
|
|
|
|
15 |
return temp_filename
|
16 |
|
17 |
# pass
|
18 |
+
os.environ["GOOGLE_APPLICATION_CREDENTIALS"]= get_credentials()
|
19 |
+
print(get_credentials())
|