Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +6 -3
requirements.txt
CHANGED
@@ -1,7 +1,10 @@
|
|
1 |
-
gradio
|
2 |
torch
|
3 |
torchvision
|
4 |
-
numpy
|
5 |
matplotlib
|
6 |
transformers
|
7 |
-
Pillow
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
torch
|
2 |
torchvision
|
|
|
3 |
matplotlib
|
4 |
transformers
|
5 |
+
Pillow
|
6 |
+
numpy==1.26.4
|
7 |
+
ipykernel
|
8 |
+
ipywidgets
|
9 |
+
ipympl
|
10 |
+
transformers @ git+https://github.com/huggingface/transformers.git
|