mayzinoo commited on
Commit
ad01296
·
verified ·
1 Parent(s): b1de38a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -4
app.py CHANGED
@@ -8,10 +8,6 @@ import numpy as np
8
  import json
9
  import re
10
 
11
- # Add these two lines at the very top, after imports
12
- from huggingface_hub import HfFolder
13
- # This line tells the huggingface_hub to use the 'HF_KEY' environment variable for authentication
14
- HfFolder.save_token(os.environ.get("HF_KEY"))
15
 
16
  # --- Load necessary components for the RAG system ---
17
  # These paths are relative to the Space's root directory
 
8
  import json
9
  import re
10
 
 
 
 
 
11
 
12
  # --- Load necessary components for the RAG system ---
13
  # These paths are relative to the Space's root directory