Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ logging.basicConfig(
|
|
15 |
format="%(asctime)s [%(levelname)s] [%(filename)s:%(lineno)d] %(message)s",
|
16 |
)
|
17 |
|
18 |
-
my_api_key = "" # 在这里输入你的 API 密钥
|
19 |
|
20 |
# if we are running in Docker
|
21 |
if os.environ.get("dockerrun") == "yes":
|
|
|
15 |
format="%(asctime)s [%(levelname)s] [%(filename)s:%(lineno)d] %(message)s",
|
16 |
)
|
17 |
|
18 |
+
my_api_key = "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" # 在这里输入你的 API 密钥
|
19 |
|
20 |
# if we are running in Docker
|
21 |
if os.environ.get("dockerrun") == "yes":
|