Spaces:
Sleeping
Sleeping
RyhanSunny
commited on
Commit
•
c9b7814
1
Parent(s):
5445aa4
Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
-
gradio
|
2 |
transformers
|
|
|
3 |
pdfplumber
|
4 |
python-docx
|
5 |
-
textract==1.6.4 #
|
6 |
langdetect
|
|
|
1 |
+
gradio==2.8.10 # Specify the version you're using
|
2 |
transformers
|
3 |
+
torch # or tensorflow, depending on your preference
|
4 |
pdfplumber
|
5 |
python-docx
|
6 |
+
textract==1.6.4 # Again, ensure version compatibility
|
7 |
langdetect
|