Spaces:
Runtime error
Runtime error
binary-husky
commited on
Commit
•
eee5763
1
Parent(s):
ff55bbd
Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
gradio>=3.25.0
|
|
|
2 |
requests[socks]
|
3 |
transformers
|
4 |
python-markdown-math
|
@@ -7,7 +8,6 @@ latex2mathml
|
|
7 |
python-docx
|
8 |
mdtex2html
|
9 |
colorama
|
10 |
-
tiktoken
|
11 |
Markdown
|
12 |
pygments
|
13 |
pymupdf
|
|
|
1 |
gradio>=3.25.0
|
2 |
+
tiktoken>=0.3.3
|
3 |
requests[socks]
|
4 |
transformers
|
5 |
python-markdown-math
|
|
|
8 |
python-docx
|
9 |
mdtex2html
|
10 |
colorama
|
|
|
11 |
Markdown
|
12 |
pygments
|
13 |
pymupdf
|