Update app.py
Browse files
app.py
CHANGED
@@ -16,7 +16,7 @@ from transformers import (
|
|
16 |
# ================================
|
17 |
# 1️⃣ Authenticate with Hugging Face Hub
|
18 |
# ================================
|
19 |
-
HF_TOKEN = hf_token # Replace with your Hugging Face token
|
20 |
login(token=HF_TOKEN) # Ensure authentication
|
21 |
|
22 |
# ================================
|
|
|
16 |
# ================================
|
17 |
# 1️⃣ Authenticate with Hugging Face Hub
|
18 |
# ================================
|
19 |
+
HF_TOKEN = "hf_token" # Replace with your Hugging Face token
|
20 |
login(token=HF_TOKEN) # Ensure authentication
|
21 |
|
22 |
# ================================
|