Spaces:
Runtime error
Runtime error
ffreemt
commited on
Commit
·
706615b
1
Parent(s):
8d294cc
Update openai about-time
Browse files- app.py +4 -0
- requirements.txt +2 -1
app.py
CHANGED
@@ -38,6 +38,10 @@ db.persist()
|
|
38 |
# 中国共产党章程.txt qa
|
39 |
https://github.com/xanderma/Assistant-Attop/blob/master/Release/%E6%96%87%E5%AD%97%E7%89%88%E9%A2%98%E5%BA%93/31.%E4%B8%AD%E5%9B%BD%E5%85%B1%E4%BA%A7%E5%85%9A%E7%AB%A0%E7%A8%8B.txt
|
40 |
|
|
|
|
|
|
|
|
|
41 |
"""
|
42 |
# pylint: disable=broad-exception-caught, unused-import, invalid-name, line-too-long, too-many-return-statements, import-outside-toplevel, no-name-in-module, no-member
|
43 |
import os
|
|
|
38 |
# 中国共产党章程.txt qa
|
39 |
https://github.com/xanderma/Assistant-Attop/blob/master/Release/%E6%96%87%E5%AD%97%E7%89%88%E9%A2%98%E5%BA%93/31.%E4%B8%AD%E5%9B%BD%E5%85%B1%E4%BA%A7%E5%85%9A%E7%AB%A0%E7%A8%8B.txt
|
40 |
|
41 |
+
colab CPU test.text constitution.pdf
|
42 |
+
CPU times: user 1min 27s, sys: 8.09 s, total: 1min 35s
|
43 |
+
Wall time: 1min 37s
|
44 |
+
|
45 |
"""
|
46 |
# pylint: disable=broad-exception-caught, unused-import, invalid-name, line-too-long, too-many-return-statements, import-outside-toplevel, no-name-in-module, no-member
|
47 |
import os
|
requirements.txt
CHANGED
@@ -25,4 +25,5 @@ PyPDF2
|
|
25 |
epub2txt
|
26 |
docx2txt
|
27 |
|
28 |
-
about-time
|
|
|
|
25 |
epub2txt
|
26 |
docx2txt
|
27 |
|
28 |
+
about-time
|
29 |
+
openai
|