andresampa commited on
Commit
e837200
·
verified ·
1 Parent(s): ee00dcd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = userdata.get("HF_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 = [