Spaces:
Running
Running
Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +3 -13
requirements.txt
CHANGED
|
@@ -1,20 +1,10 @@
|
|
| 1 |
fastapi
|
| 2 |
uvicorn
|
| 3 |
transformers
|
| 4 |
-
torch --index-url https://download.pytorch.org/whl/cpu
|
| 5 |
onnxruntime
|
| 6 |
-
|
| 7 |
-
onnxscript
|
| 8 |
-
tf2onnx
|
| 9 |
-
xgboost
|
| 10 |
-
pyspellchecker
|
| 11 |
-
pandas
|
| 12 |
numpy
|
| 13 |
-
|
| 14 |
python-multipart
|
| 15 |
-
gdeltdoc
|
| 16 |
-
gradio
|
| 17 |
reportlab
|
| 18 |
-
|
| 19 |
-
datasets
|
| 20 |
-
huggingface_hub
|
|
|
|
| 1 |
fastapi
|
| 2 |
uvicorn
|
| 3 |
transformers
|
|
|
|
| 4 |
onnxruntime
|
| 5 |
+
torch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
numpy
|
| 7 |
+
pandas
|
| 8 |
python-multipart
|
|
|
|
|
|
|
| 9 |
reportlab
|
| 10 |
+
pillow
|
|
|
|
|
|