Spaces:
Sleeping
Sleeping
Deploy Codex Extractor Gradio app
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio>=4.44
|
| 2 |
+
pandas>=2.2
|
| 3 |
+
openpyxl>=3.1
|
| 4 |
+
plotly>=5.22
|
| 5 |
+
pdfplumber>=0.10
|
| 6 |
+
nltk>=3.8
|
| 7 |
+
|
| 8 |
+
huggingface_hub<1.0
|