Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -20,7 +20,7 @@ logging.basicConfig(level=logging.DEBUG)
|
|
20 |
logger = logging.getLogger(__name__)
|
21 |
|
22 |
# load env variables
|
23 |
-
load_dotenv()
|
24 |
|
25 |
# Specify the path to the file you want to check
|
26 |
file_path = Path('./faiss_index/index.faiss')
|
|
|
20 |
logger = logging.getLogger(__name__)
|
21 |
|
22 |
# load env variables
|
23 |
+
# load_dotenv()
|
24 |
|
25 |
# Specify the path to the file you want to check
|
26 |
file_path = Path('./faiss_index/index.faiss')
|