Update requirements.txt
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
@@ -1,3 +1,4 @@
|
|
1 |
transformers==4.12.2
|
2 |
gradio==2.2.0 # Specify the correct version of Gradio
|
3 |
python-pptx==0.6.19
|
|
|
|
1 |
transformers==4.12.2
|
2 |
gradio==2.2.0 # Specify the correct version of Gradio
|
3 |
python-pptx==0.6.19
|
4 |
+
tokenizers==0.10.3
|