Spaces:
Running
Running
felixrosberg
commited on
Commit
β’
315c995
1
Parent(s):
4028c0f
Secret management for tokens
Browse files
app.py
CHANGED
@@ -14,8 +14,7 @@ from retinaface.models import *
|
|
14 |
from options.swap_options import SwapOptions
|
15 |
|
16 |
# Invalidated!
|
17 |
-
token =
|
18 |
-
print(os.environ)
|
19 |
|
20 |
opt = SwapOptions().parse()
|
21 |
|
|
|
14 |
from options.swap_options import SwapOptions
|
15 |
|
16 |
# Invalidated!
|
17 |
+
token = os.environ['model_fetch']
|
|
|
18 |
|
19 |
opt = SwapOptions().parse()
|
20 |
|