andresampa commited on
Commit
1710e0d
·
verified ·
1 Parent(s): 76286ef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ import gradio as gr
6
  from datetime import datetime
7
 
8
  # Retrieve the Hugging Face token from environment variables
9
- api_token = os.getenv("HF_TOKEN")
10
 
11
  # List of models with aliases
12
  models = [
 
6
  from datetime import datetime
7
 
8
  # Retrieve the Hugging Face token from environment variables
9
+ api_token = os.getenv("HF_CTB_TOKEN")
10
 
11
  # List of models with aliases
12
  models = [