Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +7 -1
requirements.txt
CHANGED
|
@@ -1,7 +1,13 @@
|
|
| 1 |
openpyxl
|
| 2 |
-
|
|
|
|
|
|
|
| 3 |
requests
|
|
|
|
| 4 |
pandas
|
|
|
|
| 5 |
scikit-learn
|
|
|
|
| 6 |
selenium
|
|
|
|
| 7 |
webdriver_manager
|
|
|
|
| 1 |
openpyxl
|
| 2 |
+
|
| 3 |
+
gradio>=4.44.1
|
| 4 |
+
|
| 5 |
requests
|
| 6 |
+
|
| 7 |
pandas
|
| 8 |
+
|
| 9 |
scikit-learn
|
| 10 |
+
|
| 11 |
selenium
|
| 12 |
+
|
| 13 |
webdriver_manager
|