JasonFinley0821 commited on
Commit
252cb23
·
2 Parent(s): 1fa1fdf1fa1fdf

Merge branch 'main' of https://huggingface.co/spaces/AIDemoProject/DeblurGANV2Demo

Browse files
Files changed (2) hide show
  1. .env +4 -0
  2. .vscode/settings.json +5 -0
.env ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ GOOGLE_API_KEY=AIzaSyBMmpR7IYH4xCax4IHzw_-nzHWgqBN4T0o
2
+ HF_SPACE=http://localhost:7860
3
+ CHANNEL_ACCESS_TOKEN=QP8HpzjYtcEm0XpsORISZmMfMgbQ0DyM1tLj0tmVUS4B0+Pk/MboefPzpskGj4uhIIkQSWjS2rX5lNhPwyZxHZn1lGW1tUJPf0QLFUFIMxbuAkY+QrR5K3jImeuLghiCa3nYk5rrRk+kE6i60Hv1LgdB04t89/1O/w1cDnyilFU=
4
+ CHANNEL_SECRET=bbfdd62bc45b12a56e7715353643da0a
.vscode/settings.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "python-envs.defaultEnvManager": "ms-python.python:conda",
3
+ "python-envs.defaultPackageManager": "ms-python.python:conda",
4
+ "python-envs.pythonProjects": []
5
+ }