Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -8,6 +8,9 @@ with open("gcp-credentials.json", "w") as f:
|
|
8 |
os.environ['GOOGLE_APPLICATION_CREDENTIALS'] = './gcp-credentials.json'
|
9 |
credentials, project_id = google.auth.default()
|
10 |
|
|
|
|
|
|
|
11 |
with gr.Blocks() as demo:
|
12 |
gr.Markdown("")
|
13 |
|
|
|
8 |
os.environ['GOOGLE_APPLICATION_CREDENTIALS'] = './gcp-credentials.json'
|
9 |
credentials, project_id = google.auth.default()
|
10 |
|
11 |
+
print(credentials)
|
12 |
+
print(project_id)
|
13 |
+
|
14 |
with gr.Blocks() as demo:
|
15 |
gr.Markdown("")
|
16 |
|