Spaces:
Runtime error
Runtime error
Commit
·
db77dd7
1
Parent(s):
c412123
added gcp command
Browse files- .gitignore +3 -1
- app.py +1 -0
.gitignore
CHANGED
@@ -2,4 +2,6 @@ __pycache__/
|
|
2 |
.env
|
3 |
nohup.out
|
4 |
*.out
|
5 |
-
*.log
|
|
|
|
|
|
2 |
.env
|
3 |
nohup.out
|
4 |
*.out
|
5 |
+
*.log
|
6 |
+
*.json
|
7 |
+
temp.py
|
app.py
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
"""
|
2 |
nohup python3 app.py &
|
|
|
3 |
"""
|
4 |
|
5 |
import re
|
|
|
1 |
"""
|
2 |
nohup python3 app.py &
|
3 |
+
export GOOGLE_APPLICATION_CREDENTIALS="gcp_creds.json"
|
4 |
"""
|
5 |
|
6 |
import re
|