Stefano Fiorucci commited on
Commit
5e13129
1 Parent(s): e57fc18

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ from annotated_text import annotation
21
  import shutil
22
 
23
  # FAISS index directory
24
- INDEX_DIR = './data/index'
25
 
26
 
27
  # the following function is cached to make index and models load only at start
 
21
  import shutil
22
 
23
  # FAISS index directory
24
+ INDEX_DIR = 'data/index'
25
 
26
 
27
  # the following function is cached to make index and models load only at start