Spaces:
Running
Running
Update Gradio app with multiple files
Browse files- requirements.txt +19 -0
requirements.txt
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
huggingface-hub
|
| 2 |
+
requests
|
| 3 |
+
gradio
|
| 4 |
+
Pillow
|
| 5 |
+
git+https://github.com/huggingface/transformers
|
| 6 |
+
sentencepiece
|
| 7 |
+
accelerate
|
| 8 |
+
torch
|
| 9 |
+
tokenizers
|
| 10 |
+
numpy
|
| 11 |
+
scipy
|
| 12 |
+
joblib
|
| 13 |
+
openpyxl
|
| 14 |
+
python-docx
|
| 15 |
+
PyPDF2
|
| 16 |
+
uvicorn
|
| 17 |
+
pydantic
|
| 18 |
+
torchvision
|
| 19 |
+
torchaudio
|