Spaces:
Runtime error
Runtime error
Commit ·
4154497
1
Parent(s): f4595db
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":
|