tahirsher commited on
Commit
51b1774
·
verified ·
1 Parent(s): 8582389

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
  # ================================