felixrosberg commited on
Commit
315c995
β€’
1 Parent(s): 4028c0f

Secret management for tokens

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -14,8 +14,7 @@ from retinaface.models import *
14
  from options.swap_options import SwapOptions
15
 
16
  # Invalidated!
17
- token = "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"
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