Spaces:
Sleeping
Sleeping
Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +25 -0
requirements.txt
ADDED
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio
|
2 |
+
requests
|
3 |
+
Pillow
|
4 |
+
numpy
|
5 |
+
scipy
|
6 |
+
pandas
|
7 |
+
matplotlib
|
8 |
+
plotly
|
9 |
+
seaborn
|
10 |
+
scikit-learn
|
11 |
+
torch
|
12 |
+
torchvision
|
13 |
+
torchaudio
|
14 |
+
transformers
|
15 |
+
accelerate
|
16 |
+
tokenizers
|
17 |
+
datasets
|
18 |
+
huggingface-hub
|
19 |
+
pydantic
|
20 |
+
uvicorn
|
21 |
+
fastapi
|
22 |
+
aiohttp
|
23 |
+
httpx
|
24 |
+
tqdm
|
25 |
+
typing-extensions
|