Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +6 -0
requirements.txt
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
pandas>=1.5.0
|
| 2 |
+
fuzzywuzzy>=0.18.0
|
| 3 |
+
python-Levenshtein>=0.12.2
|
| 4 |
+
openpyxl>=3.1.0
|
| 5 |
+
gradio>=3.50.0
|
| 6 |
+
gradio-client==1.8.0
|