Mauro24 commited on
Commit
4901dcb
·
verified ·
1 Parent(s): 413f6d0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ testm_dir = "./extracted_models/faiss_manual_index" # Cartella finale
13
  # Percorsi per il secondo file ZIP
14
  zip_path_p = "faiss_problems_index.zip" # File ZIP per l'indice problemi
15
  extraction_dir_p = "./extracted_models/problems_index" # Sottocartella per estrazione problemi
16
- testp_dir = "./extracted_models/problems_index/faiss_problems_index" # Cartella finale
17
 
18
  # Estrai il primo file ZIP se non esiste già
19
  if not os.path.exists(testm_dir):
 
13
  # Percorsi per il secondo file ZIP
14
  zip_path_p = "faiss_problems_index.zip" # File ZIP per l'indice problemi
15
  extraction_dir_p = "./extracted_models/problems_index" # Sottocartella per estrazione problemi
16
+ testp_dir = "./extracted_models/faiss_problems_index" # Cartella finale
17
 
18
  # Estrai il primo file ZIP se non esiste già
19
  if not os.path.exists(testm_dir):