Spaces:
Runtime error
Runtime error
修改依赖
Browse files- requirements.txt +2 -0
requirements.txt
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
gradio==3.25.0
|
| 2 |
tiktoken>=0.3.3
|
| 3 |
requests[socks]
|
|
|
|
| 4 |
transformers
|
| 5 |
python-markdown-math
|
| 6 |
beautifulsoup4
|
|
@@ -11,6 +12,7 @@ colorama
|
|
| 11 |
Markdown
|
| 12 |
pygments
|
| 13 |
pymupdf
|
|
|
|
| 14 |
openai
|
| 15 |
numpy
|
| 16 |
arxiv
|
|
|
|
| 1 |
gradio==3.25.0
|
| 2 |
tiktoken>=0.3.3
|
| 3 |
requests[socks]
|
| 4 |
+
httpx[socks]
|
| 5 |
transformers
|
| 6 |
python-markdown-math
|
| 7 |
beautifulsoup4
|
|
|
|
| 12 |
Markdown
|
| 13 |
pygments
|
| 14 |
pymupdf
|
| 15 |
+
certifi
|
| 16 |
openai
|
| 17 |
numpy
|
| 18 |
arxiv
|