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