Command
commited on
Commit
·
f30e0ce
1
Parent(s):
54a9640
add requirements
Browse files- requirements.txt +4 -0
requirements.txt
CHANGED
@@ -1 +1,5 @@
|
|
1 |
pix2tex[api]
|
|
|
|
|
|
|
|
|
|
1 |
pix2tex[api]
|
2 |
+
streamlit>=1.8.1
|
3 |
+
fastapi>=0.75.2
|
4 |
+
uvicorn[standard]
|
5 |
+
python-multipart
|