Update requirements.txt
Browse files- requirements.txt +7 -7
requirements.txt
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
-
fastapi
|
2 |
-
huggingface_hub
|
3 |
numpy
|
4 |
-
onnxruntime
|
5 |
-
pandas
|
6 |
-
pydantic
|
7 |
-
streamlit
|
8 |
-
transformers
|
|
|
1 |
+
fastapi
|
2 |
+
huggingface_hub
|
3 |
numpy
|
4 |
+
onnxruntime
|
5 |
+
pandas
|
6 |
+
pydantic
|
7 |
+
streamlit
|
8 |
+
transformers
|