Spaces:
Runtime error
Runtime error
dearfattiger
commited on
Commit
•
036979e
1
Parent(s):
9f21ffa
Update app.py
Browse files
app.py
CHANGED
@@ -16,7 +16,7 @@ logging.basicConfig(
|
|
16 |
format="%(asctime)s [%(levelname)s] [%(filename)s:%(lineno)d] %(message)s",
|
17 |
)
|
18 |
|
19 |
-
my_api_key = "" # 在这里输入你的 API 密钥
|
20 |
|
21 |
# if we are running in Docker
|
22 |
if os.environ.get("dockerrun") == "yes":
|
|
|
16 |
format="%(asctime)s [%(levelname)s] [%(filename)s:%(lineno)d] %(message)s",
|
17 |
)
|
18 |
|
19 |
+
my_api_key = "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" # 在这里输入你的 API 密钥
|
20 |
|
21 |
# if we are running in Docker
|
22 |
if os.environ.get("dockerrun") == "yes":
|