Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
import os
|
2 |
import gradio as gr
|
|
|
3 |
|
4 |
gcp_credentials = os.getenv("GCP_CREDENTIALS")
|
5 |
with open("gcp-credentials.json", "w") as f:
|
|
|
1 |
import os
|
2 |
import gradio as gr
|
3 |
+
import google.auth
|
4 |
|
5 |
gcp_credentials = os.getenv("GCP_CREDENTIALS")
|
6 |
with open("gcp-credentials.json", "w") as f:
|