Update requirements.txt
Browse files- requirements.txt +1 -9
requirements.txt
CHANGED
@@ -12,12 +12,4 @@ tqdm>=4.62.0
|
|
12 |
gradio>=3.0.0
|
13 |
|
14 |
# Image handling
|
15 |
-
Pillow>=8.0.0
|
16 |
-
pickle
|
17 |
-
|
18 |
-
# (Optional) if you want to store vocabulary or other metadata in Pickle/JSON, but typically included with Python
|
19 |
-
# pickle5>=0.0.11
|
20 |
-
|
21 |
-
# If you need other libraries (e.g., for advanced tokenization), add them here.
|
22 |
-
# spacy>=3.0.0
|
23 |
-
# nltk>=3.6.0
|
|
|
12 |
gradio>=3.0.0
|
13 |
|
14 |
# Image handling
|
15 |
+
Pillow>=8.0.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|