Spaces:
Runtime error
Runtime error
Commit
·
52c6b42
1
Parent(s):
0f2753c
1111
Browse files
app.py
CHANGED
@@ -54,7 +54,7 @@ def doc_vectorize(texts):
|
|
54 |
return docsearch
|
55 |
|
56 |
#文本被拆解储存在数组texts中
|
57 |
-
texts = doc_split("
|
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 |
|