Update requirements.txt
Browse files- requirements.txt +2 -0
requirements.txt
CHANGED
@@ -5,6 +5,8 @@ Pillow
|
|
5 |
torch
|
6 |
torchvision
|
7 |
transformers==4.41.2
|
|
|
|
|
8 |
sentencepiece
|
9 |
opencv-python
|
10 |
tiktoken
|
|
|
5 |
torch
|
6 |
torchvision
|
7 |
transformers==4.41.2
|
8 |
+
gradio-client>=0.2.0
|
9 |
+
|
10 |
sentencepiece
|
11 |
opencv-python
|
12 |
tiktoken
|