Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ import ipywidgets as widgets
|
|
8 |
from datetime import datetime
|
9 |
|
10 |
# Retrieve the Hugging Face token from Colab secrets
|
11 |
-
api_token =
|
12 |
|
13 |
# List of models with aliases
|
14 |
models = [
|
|
|
8 |
from datetime import datetime
|
9 |
|
10 |
# Retrieve the Hugging Face token from Colab secrets
|
11 |
+
api_token = os.environ.get("HF_CTB_TOKEN")
|
12 |
|
13 |
# List of models with aliases
|
14 |
models = [
|