Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +2 -0
requirements.txt
CHANGED
|
@@ -1,6 +1,8 @@
|
|
| 1 |
numpy==1.24.4
|
| 2 |
Pillow==10.3.0
|
| 3 |
Requests==2.31.0
|
|
|
|
|
|
|
| 4 |
torch
|
| 5 |
torchvision
|
| 6 |
git+https://github.com/huggingface/transformers
|
|
|
|
| 1 |
numpy==1.24.4
|
| 2 |
Pillow==10.3.0
|
| 3 |
Requests==2.31.0
|
| 4 |
+
pydantic==2.10.6
|
| 5 |
+
gradio==5.23.2
|
| 6 |
torch
|
| 7 |
torchvision
|
| 8 |
git+https://github.com/huggingface/transformers
|