Pawel Piwowarski commited on
Commit
1e07d3a
·
1 Parent(s): 660c086

remove loadnev

Browse files
Files changed (2) hide show
  1. .gitignore +1 -1
  2. app.py +0 -1
.gitignore CHANGED
@@ -10,7 +10,7 @@ __pycache__/
10
  data/database/
11
  faiss_index/faiss_index_to_local_path.csv
12
  ./create_sharded_csv.py
13
- data/queries
14
 
15
  .env
16
  .cache/
 
10
  data/database/
11
  faiss_index/faiss_index_to_local_path.csv
12
  ./create_sharded_csv.py
13
+
14
 
15
  .env
16
  .cache/
app.py CHANGED
@@ -32,7 +32,6 @@ from dotenv import load_dotenv
32
 
33
  logging.basicConfig(level=logging.INFO)
34
 
35
- load_dotenv()
36
 
37
  HF_TOKEN = os.getenv("HF_TOKEN") # Set this as a secret in your Space
38
 
 
32
 
33
  logging.basicConfig(level=logging.INFO)
34
 
 
35
 
36
  HF_TOKEN = os.getenv("HF_TOKEN") # Set this as a secret in your Space
37