Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ from huggingface_hub import login
|
|
4 |
from transformers import pipeline
|
5 |
|
6 |
# Authenticate with Hugging Face Hub
|
7 |
-
user_token = os.environ("HF_TOKEN") # Replace with your actual Hugging Face user token
|
8 |
login(user_token)
|
9 |
|
10 |
# Load the gated model
|
|
|
4 |
from transformers import pipeline
|
5 |
|
6 |
# Authenticate with Hugging Face Hub
|
7 |
+
user_token = os.environ.get("HF_TOKEN") # Replace with your actual Hugging Face user token
|
8 |
login(user_token)
|
9 |
|
10 |
# Load the gated model
|