Update app.py
Browse files
app.py
CHANGED
|
@@ -16,7 +16,7 @@ from options.swap_options import SwapOptions
|
|
| 16 |
# token = os.environ['model_fetch']
|
| 17 |
|
| 18 |
opt = SwapOptions().parse()
|
| 19 |
-
token = os.environ['
|
| 20 |
|
| 21 |
retina_repo = Repository(local_dir="retina_models", clone_from="felixrosberg/RetinaFace")
|
| 22 |
|
|
|
|
| 16 |
# token = os.environ['model_fetch']
|
| 17 |
|
| 18 |
opt = SwapOptions().parse()
|
| 19 |
+
token = os.environ['HF_TOKEN']
|
| 20 |
|
| 21 |
retina_repo = Repository(local_dir="retina_models", clone_from="felixrosberg/RetinaFace")
|
| 22 |
|