Dao3 commited on
Commit
c0f9a47
·
1 Parent(s): 0104970

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ from presets import *
9
 
10
  logging.basicConfig(level=logging.INFO, format="%(asctime)s [%(levelname)s] [%(filename)s:%(lineno)d] %(message)s")
11
 
12
- my_api_key = "" # 在这里输入你的 API 密钥
13
 
14
  #if we are running in Docker
15
  if os.environ.get('dockerrun') == 'yes':
 
9
 
10
  logging.basicConfig(level=logging.INFO, format="%(asctime)s [%(levelname)s] [%(filename)s:%(lineno)d] %(message)s")
11
 
12
+ my_api_key = "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" # 在这里输入你的 API 密钥
13
 
14
  #if we are running in Docker
15
  if os.environ.get('dockerrun') == 'yes':