Update requirements.txt
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
@@ -2,4 +2,6 @@ huggingface_hub==0.25.2
|
|
2 |
torch
|
3 |
transformers
|
4 |
Pillow
|
5 |
-
gradio
|
|
|
|
|
|
2 |
torch
|
3 |
transformers
|
4 |
Pillow
|
5 |
+
gradio
|
6 |
+
nltk
|
7 |
+
python-Levenshtein
|