Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Commit
·
ae456c3
1
Parent(s):
c9c16d7
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 = ""
|
| 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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"
|
| 20 |
|
| 21 |
# if we are running in Docker
|
| 22 |
if os.environ.get("dockerrun") == "yes":
|