Spaces:
Running
Running
Update app.py
Browse files
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("
|
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 = [
|