Paperboxiv commited on
Commit
52c6b42
·
1 Parent(s): 0f2753c
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -54,7 +54,7 @@ def doc_vectorize(texts):
54
  return docsearch
55
 
56
  #文本被拆解储存在数组texts中
57
- texts = doc_split(".\资治通鉴_1_残缺.txt")
58
  title = "资治通鉴"
59
  docsearch = doc_vectorize((texts))
60
 
 
54
  return docsearch
55
 
56
  #文本被拆解储存在数组texts中
57
+ texts = doc_split("./资治通鉴_1_残缺.txt")
58
  title = "资治通鉴"
59
  docsearch = doc_vectorize((texts))
60